Shades of Malibu #59BDF6
Tints of Malibu #59BDF6
RGB
CMYK
RGB Variations
Color information
#59BDF6 (or 0x59BDF6) is known color: Malibu. HEX triplet: 59, BD and F6. RGB value is (89,189,246). Sum of RGB (Red+Green+Blue) = 89+189+246=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #59BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDF6 is #A64209. Grayscale: #A5A5A5. Windows color (decimal): -10895882 or 16170329. OLE color: 16170329.
HSL color Cylindrical-coordinate representation of color #59BDF6: hue angle of 201.78º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59BDF6 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 189 | 246 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.04 |
| HSL | 201.78º | 0.9% | 0.66% | - |
| HSV(B) | 201.78º | 0.64% | 0.96% | - |
| XYZ | 38.95 | 45.17 | 93.86 | - |
| YUV | 165.6 | 173.37 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 246 | 0.64 | 0.23 | 0 | 0.04 | 201.78 | 0.9 | 0.66 |
| Hex | 59 | BD | F6 | 40 | 17 | 0 | 4 | CA | 5A | 42 |
| Octal | 131 | 275 | 366 | 100 | 27 | 0 | 4 | 312 | 132 | 102 |
| Binary | 1011001 | 10111101 | 11110110 | 1000000 | 10111 | 0 | 100 | 11001010 | 1011010 | 1000010 |
Color Harmonies of #59BDF6
Complementary color
Monochromatic Colors of #59BDF6
Black with #59BDF6
Text Example
Text Example
White with #59BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDF6; }
p { color: rgb(89,189,246); }
H1.HeaderClassName
{
color: #59BDF6;
}
.AnyTagClassName
{
color: #59BDF6;
}
</style>
background-color css
<style>
a { background-color: #59BDF6; }
a { background-color: rgb(89,189,246); }
div.DivClassName
{
background-color: #59BDF6;
}
.BgClassName
{
background-color: #59BDF6;
}
</style>
border-color css
<style>
span { border-color: #59BDF6; }
span { border-color: rgb(89,189,246); }
td.TdClassName
{
border-color: #59BDF6;
}
.TagClassName
{
border-color: #59BDF6;
}
</style>