#59B8DC

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

Shades of Malibu #59B8DC

Tints of Malibu #59B8DC

Color information

#59B8DC (or 0x59B8DC) is unknown color: approx Malibu. HEX triplet: 59, B8 and DC. RGB value is (89,184,220). Sum of RGB (Red+Green+Blue) = 89+184+220=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #59B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8DC is #A64723. Grayscale: #9F9F9F. Windows color (decimal): -10897188 or 14465113. OLE color: 14465113.

HSL color Cylindrical-coordinate representation of color #59B8DC: hue angle of 196.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B8DC is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89184220-
CMYK0.600.1600.14
HSL196.49º65.17%60.59%-
HSV(B)196.49º59.55%86.27%-
XYZ34.1841.5773.93-
YUV159.7162.0377.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.05%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=18.05%
G=37.32%
B=44.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891842200.600.1600.14196.4965.1760.59
Hex59B8DC3C100Ec4413d
Octal131270334742001630410175
Binary101100110111000110111001111001000001110110001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,184,220); }

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

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

 a { background-color: rgb(89,184,220); }

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

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

 span { border-color: rgb(89,184,220); }

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