#59B8DF

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

Shades of Malibu #59B8DF

Tints of Malibu #59B8DF

Color information

#59B8DF (or 0x59B8DF) is unknown color: approx Malibu. HEX triplet: 59, B8 and DF. RGB value is (89,184,223). Sum of RGB (Red+Green+Blue) = 89+184+223=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #59B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8DF is #A64720. Grayscale: #9F9F9F. Windows color (decimal): -10897185 or 14661721. OLE color: 14661721.

HSL color Cylindrical-coordinate representation of color #59B8DF: hue angle of 197.46º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B8DF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89184223-
CMYK0.600.1700.13
HSL197.46º67.68%61.18%-
HSV(B)197.46º60.09%87.45%-
XYZ34.5841.7376.04-
YUV160.04163.5377.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.94%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=17.94%
G=37.10%
B=44.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891842230.600.1700.13197.4667.6861.18
Hex59B8DF3C110Dc5443d
Octal131270337742101530510475
Binary101100110111000110111111111001000101101110001011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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