#59C1DE

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

Shades of Malibu #59C1DE

Tints of Malibu #59C1DE

Color information

#59C1DE (or 0x59C1DE) is unknown color: approx Malibu. HEX triplet: 59, C1 and DE. RGB value is (89,193,222). Sum of RGB (Red+Green+Blue) = 89+193+222=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #59C1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1DE is #A63E21. Grayscale: #A4A4A4. Windows color (decimal): -10894882 or 14598489. OLE color: 14598489.

HSL color Cylindrical-coordinate representation of color #59C1DE: hue angle of 193.08º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59C1DE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89193222-
CMYK0.600.1300.13
HSL193.08º66.83%60.98%-
HSV(B)193.08º59.91%87.06%-
XYZ36.3745.5475.98-
YUV165.21160.0473.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.66%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=17.66%
G=38.29%
B=44.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891932220.600.1300.13193.0866.8360.98
Hex59C1DE3CD0Dc1433d
Octal131301336741501530110375
Binary10110011100000111011110111100110101101110000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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