#59B3D9

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

Shades of Malibu #59B3D9

Tints of Malibu #59B3D9

Color information

#59B3D9 (or 0x59B3D9) is unknown color: approx Malibu. HEX triplet: 59, B3 and D9. RGB value is (89,179,217). Sum of RGB (Red+Green+Blue) = 89+179+217=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #59B3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B3D9 is #A64C26. Grayscale: #9C9C9C. Windows color (decimal): -10898471 or 14267225. OLE color: 14267225.

HSL color Cylindrical-coordinate representation of color #59B3D9: hue angle of 197.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59B3D9 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89179217-
CMYK0.590.1800.15
HSL197.81º62.75%60%-
HSV(B)197.81º58.99%85.1%-
XYZ32.7639.3771.52-
YUV156.42162.1879.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.35%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=18.35%
G=36.91%
B=44.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891792170.590.1800.15197.8162.7560
Hex59B3D93B120Fc63f3c
Octal13126333173220173067774
Binary10110011011001111011001111011100100111111000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,179,217); }

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

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

 a { background-color: rgb(89,179,217); }

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

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

 span { border-color: rgb(89,179,217); }

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