Shades of Malibu #59BCE6
Tints of Malibu #59BCE6
RGB
CMYK
RGB Variations
Color information
#59BCE6 (or 0x59BCE6) is known color: Malibu. HEX triplet: 59, BC and E6. RGB value is (89,188,230). Sum of RGB (Red+Green+Blue) = 89+188+230=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #59BCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BCE6 is #A64319. Grayscale: #A2A2A2. Windows color (decimal): -10896154 or 15121497. OLE color: 15121497.
HSL color Cylindrical-coordinate representation of color #59BCE6: hue angle of 197.87º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59BCE6 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 188 | 230 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.10 |
| HSL | 197.87º | 0.74% | 0.63% | - |
| HSV(B) | 197.87º | 0.61% | 0.9% | - |
| XYZ | 36.39 | 43.8 | 81.4 | - |
| YUV | 163.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 230 | 0.61 | 0.18 | 0 | 0.10 | 197.87 | 0.74 | 0.63 |
| Hex | 59 | BC | E6 | 3D | 12 | 0 | A | C6 | 4A | 3F |
| Octal | 131 | 274 | 346 | 75 | 22 | 0 | 12 | 306 | 112 | 77 |
| Binary | 1011001 | 10111100 | 11100110 | 111101 | 10010 | 0 | 1010 | 11000110 | 1001010 | 111111 |
Color Harmonies of #59BCE6
Complementary color
Monochromatic Colors of #59BCE6
Black with #59BCE6
Text Example
Text Example
White with #59BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCE6; }
p { color: rgb(89,188,230); }
H1.HeaderClassName
{
color: #59BCE6;
}
.AnyTagClassName
{
color: #59BCE6;
}
</style>
background-color css
<style>
a { background-color: #59BCE6; }
a { background-color: rgb(89,188,230); }
div.DivClassName
{
background-color: #59BCE6;
}
.BgClassName
{
background-color: #59BCE6;
}
</style>
border-color css
<style>
span { border-color: #59BCE6; }
span { border-color: rgb(89,188,230); }
td.TdClassName
{
border-color: #59BCE6;
}
.TagClassName
{
border-color: #59BCE6;
}
</style>