Shades of Malibu #59C3D7
Tints of Malibu #59C3D7
RGB
CMYK
RGB Variations
Color information
#59C3D7 (or 0x59C3D7) is known color: Malibu. HEX triplet: 59, C3 and D7. RGB value is (89,195,215). Sum of RGB (Red+Green+Blue) = 89+195+215=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #59C3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C3D7 is #A63C28. Grayscale: #A5A5A5. Windows color (decimal): -10894377 or 14140249. OLE color: 14140249.
HSL color Cylindrical-coordinate representation of color #59C3D7: hue angle of 189.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C3D7 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 195 | 215 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.16 |
| HSL | 189.52º | 0.61% | 0.6% | - |
| HSV(B) | 189.52º | 0.59% | 0.84% | - |
| XYZ | 35.9 | 46.06 | 71.29 | - |
| YUV | 165.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 215 | 0.59 | 0.09 | 0 | 0.16 | 189.52 | 0.61 | 0.6 |
| Hex | 59 | C3 | D7 | 3B | 9 | 0 | 10 | BE | 3D | 3C |
| Octal | 131 | 303 | 327 | 73 | 11 | 0 | 20 | 276 | 75 | 74 |
| Binary | 1011001 | 11000011 | 11010111 | 111011 | 1001 | 0 | 10000 | 10111110 | 111101 | 111100 |
Color Harmonies of #59C3D7
Complementary color
Monochromatic Colors of #59C3D7
Black with #59C3D7
Text Example
Text Example
White with #59C3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C3D7; }
p { color: rgb(89,195,215); }
H1.HeaderClassName
{
color: #59C3D7;
}
.AnyTagClassName
{
color: #59C3D7;
}
</style>
background-color css
<style>
a { background-color: #59C3D7; }
a { background-color: rgb(89,195,215); }
div.DivClassName
{
background-color: #59C3D7;
}
.BgClassName
{
background-color: #59C3D7;
}
</style>
border-color css
<style>
span { border-color: #59C3D7; }
span { border-color: rgb(89,195,215); }
td.TdClassName
{
border-color: #59C3D7;
}
.TagClassName
{
border-color: #59C3D7;
}
</style>