#59B2DD

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

Shades of Malibu #59B2DD

Tints of Malibu #59B2DD

Color information

#59B2DD (or 0x59B2DD) is unknown color: approx Malibu. HEX triplet: 59, B2 and DD. RGB value is (89,178,221). Sum of RGB (Red+Green+Blue) = 89+178+221=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #59B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2DD is #A64D22. Grayscale: #9C9C9C. Windows color (decimal): -10898723 or 14529113. OLE color: 14529113.

HSL color Cylindrical-coordinate representation of color #59B2DD: hue angle of 199.55º degrees, saturation: 0.66, 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 #59B2DD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89178221-
CMYK0.600.1900.13
HSL199.55º66%60.78%-
HSV(B)199.55º59.73%86.67%-
XYZ33.0939.1974.23-
YUV156.29164.5180-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.24%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=18.24%
G=36.48%
B=45.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891782210.600.1900.13199.556660.78
Hex59B2DD3C130Dc8423d
Octal131262335742301531010275
Binary101100110110010110111011111001001101101110010001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,178,221); }

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

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

 a { background-color: rgb(89,178,221); }

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

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

 span { border-color: rgb(89,178,221); }

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