#59B5EC

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

Shades of Malibu #59B5EC

Tints of Malibu #59B5EC

Color information

#59B5EC (or 0x59B5EC) is unknown color: approx Malibu. HEX triplet: 59, B5 and EC. RGB value is (89,181,236). Sum of RGB (Red+Green+Blue) = 89+181+236=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #59B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B5EC is #A64A13. Grayscale: #9F9F9F. Windows color (decimal): -10897940 or 15512921. OLE color: 15512921.

HSL color Cylindrical-coordinate representation of color #59B5EC: hue angle of 202.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59B5EC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89181236-
CMYK0.620.2300.07
HSL202.45º79.46%63.73%-
HSV(B)202.45º62.29%92.55%-
XYZ35.7841.2385.43-
YUV159.76171.0277.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.59%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=17.59%
G=35.77%
B=46.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891812360.620.2300.07202.4579.4663.73
Hex59B5EC3E1707ca4f40
Octal131265354762707312117100
Binary101100110110101111011001111101011101111100101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,181,236); }

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

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

 a { background-color: rgb(89,181,236); }

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

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

 span { border-color: rgb(89,181,236); }

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