Shades of Malibu #59C9ED
Tints of Malibu #59C9ED
RGB
CMYK
RGB Variations
Color information
#59C9ED (or 0x59C9ED) is known color: Malibu. HEX triplet: 59, C9 and ED. RGB value is (89,201,237). Sum of RGB (Red+Green+Blue) = 89+201+237=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #59C9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C9ED is #A63612. Grayscale: #ABABAB. Windows color (decimal): -10892819 or 15583577. OLE color: 15583577.
HSL color Cylindrical-coordinate representation of color #59C9ED: hue angle of 194.59º degrees, saturation: 0.8, 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 #59C9ED is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 201 | 237 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.07 |
| HSL | 194.59º | 0.8% | 0.64% | - |
| HSV(B) | 194.59º | 0.62% | 0.93% | - |
| XYZ | 40.29 | 50.01 | 87.65 | - |
| YUV | 171.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 237 | 0.62 | 0.15 | 0 | 0.07 | 194.59 | 0.8 | 0.64 |
| Hex | 59 | C9 | ED | 3E | F | 0 | 7 | C3 | 50 | 40 |
| Octal | 131 | 311 | 355 | 76 | 17 | 0 | 7 | 303 | 120 | 100 |
| Binary | 1011001 | 11001001 | 11101101 | 111110 | 1111 | 0 | 111 | 11000011 | 1010000 | 1000000 |
Color Harmonies of #59C9ED
Complementary color
Monochromatic Colors of #59C9ED
Black with #59C9ED
Text Example
Text Example
White with #59C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C9ED; }
p { color: rgb(89,201,237); }
H1.HeaderClassName
{
color: #59C9ED;
}
.AnyTagClassName
{
color: #59C9ED;
}
</style>
background-color css
<style>
a { background-color: #59C9ED; }
a { background-color: rgb(89,201,237); }
div.DivClassName
{
background-color: #59C9ED;
}
.BgClassName
{
background-color: #59C9ED;
}
</style>
border-color css
<style>
span { border-color: #59C9ED; }
span { border-color: rgb(89,201,237); }
td.TdClassName
{
border-color: #59C9ED;
}
.TagClassName
{
border-color: #59C9ED;
}
</style>