#59C0DB

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

Shades of Malibu #59C0DB

Tints of Malibu #59C0DB

Color information

#59C0DB (or 0x59C0DB) is unknown color: approx Malibu. HEX triplet: 59, C0 and DB. RGB value is (89,192,219). Sum of RGB (Red+Green+Blue) = 89+192+219=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #59C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0DB is #A63F24. Grayscale: #A4A4A4. Windows color (decimal): -10895141 or 14401625. OLE color: 14401625.

HSL color Cylindrical-coordinate representation of color #59C0DB: hue angle of 192.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C0DB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89192219-
CMYK0.590.1200.14
HSL192.46º64.36%60.39%-
HSV(B)192.46º59.36%85.88%-
XYZ35.7644.9473.81-
YUV164.28158.8874.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.8%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=17.8%
G=38.4%
B=43.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891922190.590.1200.14192.4664.3660.39
Hex59C0DB3BC0Ec0403c
Octal131300333731401630010074
Binary10110011100000011011011111011110001110110000001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,192,219); }

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

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

 a { background-color: rgb(89,192,219); }

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

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

 span { border-color: rgb(89,192,219); }

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