#5ABED9

Color #5ABED9 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5ABED9

Tints of Malibu #5ABED9

Color information

#5ABED9 (or 0x5ABED9) is unknown color: approx Malibu. HEX triplet: 5A, BE and D9. RGB value is (90,190,217). Sum of RGB (Red+Green+Blue) = 90+190+217=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ABED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABED9 is #A54126. Grayscale: #A2A2A2. Windows color (decimal): -10830119 or 14270042. OLE color: 14270042.

HSL color Cylindrical-coordinate representation of color #5ABED9: hue angle of 192.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABED9 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90190217-
CMYK0.590.1200.15
HSL192.76º62.56%60.2%-
HSV(B)192.76º58.53%85.1%-
XYZ35.1544.0172.29-
YUV163.18158.3775.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 18.11%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=18.11%
G=38.23%
B=43.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901902170.590.1200.15192.7662.5660.2
Hex5ABED93BC0Fc13f3c
Octal13227633173140173017774
Binary1011010101111101101100111101111000111111000001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ABED9; }

 p { color: rgb(90,190,217); }

 H1.HeaderClassName
 {
   color: #5ABED9;
 }
 .AnyTagClassName
 {
   color: #5ABED9;
 }
</style>
background-color css

<style>
 a { background-color: #5ABED9; }

 a { background-color: rgb(90,190,217); }

 div.DivClassName
 {
   background-color: #5ABED9;
 }
 .BgClassName
 {
   background-color: #5ABED9;
 }
</style>
border-color css

<style>
 span { border-color: #5ABED9; }

 span { border-color: rgb(90,190,217); }

 td.TdClassName
 {
   border-color: #5ABED9;
 }
 .TagClassName
 {
   border-color: #5ABED9;
 }
</style>