Shades of Malibu #59BFE6
Tints of Malibu #59BFE6
RGB
CMYK
RGB Variations
Color information
#59BFE6 (or 0x59BFE6) is known color: Malibu. HEX triplet: 59, BF and E6. RGB value is (89,191,230). Sum of RGB (Red+Green+Blue) = 89+191+230=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #59BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFE6 is #A64019. Grayscale: #A4A4A4. Windows color (decimal): -10895386 or 15122265. OLE color: 15122265.
HSL color Cylindrical-coordinate representation of color #59BFE6: hue angle of 196.6º 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 #59BFE6 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 191 | 230 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.10 |
| HSL | 196.6º | 0.74% | 0.63% | - |
| HSV(B) | 196.6º | 0.61% | 0.9% | - |
| XYZ | 37.03 | 45.1 | 81.62 | - |
| YUV | 164.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 230 | 0.61 | 0.17 | 0 | 0.10 | 196.6 | 0.74 | 0.63 |
| Hex | 59 | BF | E6 | 3D | 11 | 0 | A | C5 | 4A | 3F |
| Octal | 131 | 277 | 346 | 75 | 21 | 0 | 12 | 305 | 112 | 77 |
| Binary | 1011001 | 10111111 | 11100110 | 111101 | 10001 | 0 | 1010 | 11000101 | 1001010 | 111111 |
Color Harmonies of #59BFE6
Complementary color
Monochromatic Colors of #59BFE6
Black with #59BFE6
Text Example
Text Example
White with #59BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFE6; }
p { color: rgb(89,191,230); }
H1.HeaderClassName
{
color: #59BFE6;
}
.AnyTagClassName
{
color: #59BFE6;
}
</style>
background-color css
<style>
a { background-color: #59BFE6; }
a { background-color: rgb(89,191,230); }
div.DivClassName
{
background-color: #59BFE6;
}
.BgClassName
{
background-color: #59BFE6;
}
</style>
border-color css
<style>
span { border-color: #59BFE6; }
span { border-color: rgb(89,191,230); }
td.TdClassName
{
border-color: #59BFE6;
}
.TagClassName
{
border-color: #59BFE6;
}
</style>