Shades of Malibu #59B2F7
Tints of Malibu #59B2F7
RGB
CMYK
RGB Variations
Color information
#59B2F7 (or 0x59B2F7) is known color: Malibu. HEX triplet: 59, B2 and F7. RGB value is (89,178,247). Sum of RGB (Red+Green+Blue) = 89+178+247=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #59B2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59B2F7 is #A64D08. Grayscale: #9E9E9E. Windows color (decimal): -10898697 or 16233049. OLE color: 16233049.
HSL color Cylindrical-coordinate representation of color #59B2F7: hue angle of 206.2º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59B2F7 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 178 | 247 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.03 |
| HSL | 206.2º | 0.91% | 0.66% | - |
| HSV(B) | 206.2º | 0.64% | 0.97% | - |
| XYZ | 36.83 | 40.68 | 93.91 | - |
| YUV | 159.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 247 | 0.64 | 0.28 | 0 | 0.03 | 206.2 | 0.91 | 0.66 |
| Hex | 59 | B2 | F7 | 40 | 1C | 0 | 3 | CE | 5B | 42 |
| Octal | 131 | 262 | 367 | 100 | 34 | 0 | 3 | 316 | 133 | 102 |
| Binary | 1011001 | 10110010 | 11110111 | 1000000 | 11100 | 0 | 11 | 11001110 | 1011011 | 1000010 |
Color Harmonies of #59B2F7
Complementary color
Monochromatic Colors of #59B2F7
Black with #59B2F7
Text Example
Text Example
White with #59B2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B2F7; }
p { color: rgb(89,178,247); }
H1.HeaderClassName
{
color: #59B2F7;
}
.AnyTagClassName
{
color: #59B2F7;
}
</style>
background-color css
<style>
a { background-color: #59B2F7; }
a { background-color: rgb(89,178,247); }
div.DivClassName
{
background-color: #59B2F7;
}
.BgClassName
{
background-color: #59B2F7;
}
</style>
border-color css
<style>
span { border-color: #59B2F7; }
span { border-color: rgb(89,178,247); }
td.TdClassName
{
border-color: #59B2F7;
}
.TagClassName
{
border-color: #59B2F7;
}
</style>