#59B1DD

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

Shades of Malibu #59B1DD

Tints of Malibu #59B1DD

Color information

#59B1DD (or 0x59B1DD) is unknown color: approx Malibu. HEX triplet: 59, B1 and DD. RGB value is (89,177,221). Sum of RGB (Red+Green+Blue) = 89+177+221=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #59B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1DD is #A64E22. Grayscale: #9B9B9B. Windows color (decimal): -10898979 or 14528857. OLE color: 14528857.

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

Color convert

RGB89177221-
CMYK0.600.2000.13
HSL200º66%60.78%-
HSV(B)200º59.73%86.67%-
XYZ32.8938.7974.16-
YUV155.7164.8580.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=18.28%
G=36.34%
B=45.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891772210.600.2000.132006660.78
Hex59B1DD3C140Dc8423d
Octal131261335742401531010275
Binary101100110110001110111011111001010001101110010001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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