#59C2D8

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

Shades of Malibu #59C2D8

Tints of Malibu #59C2D8

Color information

#59C2D8 (or 0x59C2D8) is unknown color: approx Malibu. HEX triplet: 59, C2 and D8. RGB value is (89,194,216). Sum of RGB (Red+Green+Blue) = 89+194+216=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #59C2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2D8 is #A63D27. Grayscale: #A4A4A4. Windows color (decimal): -10894632 or 14205529. OLE color: 14205529.

HSL color Cylindrical-coordinate representation of color #59C2D8: hue angle of 190.39º degrees, saturation: 0.62, 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 #59C2D8 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89194216-
CMYK0.590.1000.15
HSL190.39º61.95%59.8%-
HSV(B)190.39º58.8%84.71%-
XYZ35.8145.6771.89-
YUV165.11156.7173.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.84%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=17.84%
G=38.88%
B=43.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891942160.590.1000.15190.3961.9559.8
Hex59C2D83BA0Fbe3e3c
Octal13130233073120172767674
Binary1011001110000101101100011101110100111110111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C2D8; }

 p { color: rgb(89,194,216); }

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

<style>
 a { background-color: #59C2D8; }

 a { background-color: rgb(89,194,216); }

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

<style>
 span { border-color: #59C2D8; }

 span { border-color: rgb(89,194,216); }

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