#59C1EA

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

Shades of Malibu #59C1EA

Tints of Malibu #59C1EA

Color information

#59C1EA (or 0x59C1EA) is unknown color: approx Malibu. HEX triplet: 59, C1 and EA. RGB value is (89,193,234). Sum of RGB (Red+Green+Blue) = 89+193+234=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #59C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1EA is #A63E15. Grayscale: #A6A6A6. Windows color (decimal): -10894870 or 15384921. OLE color: 15384921.

HSL color Cylindrical-coordinate representation of color #59C1EA: hue angle of 196.97º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59C1EA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89193234-
CMYK0.620.1800.08
HSL196.97º77.54%63.33%-
HSV(B)196.97º61.97%91.76%-
XYZ38.0446.284.76-
YUV166.58166.0472.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.25%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=17.25%
G=37.40%
B=45.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891932340.620.1800.08196.9777.5463.33
Hex59C1EA3E1208c54e3f
Octal131301352762201030511677
Binary101100111000001111010101111101001001000110001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,193,234); }

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

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

 a { background-color: rgb(89,193,234); }

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

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

 span { border-color: rgb(89,193,234); }

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