Shades of Malibu #59BDE4
Tints of Malibu #59BDE4
RGB
CMYK
RGB Variations
Color information
#59BDE4 (or 0x59BDE4) is known color: Malibu. HEX triplet: 59, BD and E4. RGB value is (89,189,228). Sum of RGB (Red+Green+Blue) = 89+189+228=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #59BDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDE4 is #A6421B. Grayscale: #A3A3A3. Windows color (decimal): -10895900 or 14990681. OLE color: 14990681.
HSL color Cylindrical-coordinate representation of color #59BDE4: hue angle of 196.83º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59BDE4 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 189 | 228 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.11 |
| HSL | 196.83º | 0.72% | 0.62% | - |
| HSV(B) | 196.83º | 0.61% | 0.89% | - |
| XYZ | 36.32 | 44.12 | 80 | - |
| YUV | 163.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 228 | 0.61 | 0.17 | 0 | 0.11 | 196.83 | 0.72 | 0.62 |
| Hex | 59 | BD | E4 | 3D | 11 | 0 | B | C5 | 48 | 3E |
| Octal | 131 | 275 | 344 | 75 | 21 | 0 | 13 | 305 | 110 | 76 |
| Binary | 1011001 | 10111101 | 11100100 | 111101 | 10001 | 0 | 1011 | 11000101 | 1001000 | 111110 |
Color Harmonies of #59BDE4
Complementary color
Monochromatic Colors of #59BDE4
Black with #59BDE4
Text Example
Text Example
White with #59BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDE4; }
p { color: rgb(89,189,228); }
H1.HeaderClassName
{
color: #59BDE4;
}
.AnyTagClassName
{
color: #59BDE4;
}
</style>
background-color css
<style>
a { background-color: #59BDE4; }
a { background-color: rgb(89,189,228); }
div.DivClassName
{
background-color: #59BDE4;
}
.BgClassName
{
background-color: #59BDE4;
}
</style>
border-color css
<style>
span { border-color: #59BDE4; }
span { border-color: rgb(89,189,228); }
td.TdClassName
{
border-color: #59BDE4;
}
.TagClassName
{
border-color: #59BDE4;
}
</style>