#59C1EF

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

Shades of Malibu #59C1EF

Tints of Malibu #59C1EF

Color information

#59C1EF (or 0x59C1EF) is unknown color: approx Malibu. HEX triplet: 59, C1 and EF. RGB value is (89,193,239). Sum of RGB (Red+Green+Blue) = 89+193+239=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #59C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1EF is #A63E10. Grayscale: #A6A6A6. Windows color (decimal): -10894865 or 15712601. OLE color: 15712601.

HSL color Cylindrical-coordinate representation of color #59C1EF: hue angle of 198.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C1EF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89193239-
CMYK0.630.1900.06
HSL198.4º82.42%64.31%-
HSV(B)198.4º62.76%93.73%-
XYZ38.7746.588.59-
YUV167.15168.5472.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.08%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=17.08%
G=37.04%
B=45.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891932390.630.1900.06198.482.4264.31
Hex59C1EF3F1306c65240
Octal131301357772306306122100
Binary101100111000001111011111111111001101101100011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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