Shades of Malibu #59BBE6
Tints of Malibu #59BBE6
RGB
CMYK
RGB Variations
Color information
#59BBE6 (or 0x59BBE6) is known color: Malibu. HEX triplet: 59, BB and E6. RGB value is (89,187,230). Sum of RGB (Red+Green+Blue) = 89+187+230=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #59BBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BBE6 is #A64419. Grayscale: #A2A2A2. Windows color (decimal): -10896410 or 15121241. OLE color: 15121241.
HSL color Cylindrical-coordinate representation of color #59BBE6: hue angle of 198.3º 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 #59BBE6 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 187 | 230 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.10 |
| HSL | 198.3º | 0.74% | 0.63% | - |
| HSV(B) | 198.3º | 0.61% | 0.9% | - |
| XYZ | 36.17 | 43.38 | 81.33 | - |
| YUV | 162.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 230 | 0.61 | 0.19 | 0 | 0.10 | 198.3 | 0.74 | 0.63 |
| Hex | 59 | BB | E6 | 3D | 13 | 0 | A | C6 | 4A | 3F |
| Octal | 131 | 273 | 346 | 75 | 23 | 0 | 12 | 306 | 112 | 77 |
| Binary | 1011001 | 10111011 | 11100110 | 111101 | 10011 | 0 | 1010 | 11000110 | 1001010 | 111111 |
Color Harmonies of #59BBE6
Complementary color
Monochromatic Colors of #59BBE6
Black with #59BBE6
Text Example
Text Example
White with #59BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBE6; }
p { color: rgb(89,187,230); }
H1.HeaderClassName
{
color: #59BBE6;
}
.AnyTagClassName
{
color: #59BBE6;
}
</style>
background-color css
<style>
a { background-color: #59BBE6; }
a { background-color: rgb(89,187,230); }
div.DivClassName
{
background-color: #59BBE6;
}
.BgClassName
{
background-color: #59BBE6;
}
</style>
border-color css
<style>
span { border-color: #59BBE6; }
span { border-color: rgb(89,187,230); }
td.TdClassName
{
border-color: #59BBE6;
}
.TagClassName
{
border-color: #59BBE6;
}
</style>