#59B8D7

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

Shades of Malibu #59B8D7

Tints of Malibu #59B8D7

Color information

#59B8D7 (or 0x59B8D7) is unknown color: approx Malibu. HEX triplet: 59, B8 and D7. RGB value is (89,184,215). Sum of RGB (Red+Green+Blue) = 89+184+215=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #59B8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8D7 is #A64728. Grayscale: #9E9E9E. Windows color (decimal): -10897193 or 14137433. OLE color: 14137433.

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

Color convert

RGB89184215-
CMYK0.590.1400.16
HSL194.76º61.17%59.61%-
HSV(B)194.76º58.6%84.31%-
XYZ33.5341.3170.5-
YUV159.13159.5377.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.24%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=18.24%
G=37.70%
B=44.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891842150.590.1400.16194.7661.1759.61
Hex59B8D73BE010c33d3c
Octal13127032773160203037574
Binary10110011011100011010111111011111001000011000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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