Shades of Malibu #52B9F0
Tints of Malibu #52B9F0
RGB
CMYK
RGB Variations
Color information
#52B9F0 (or 0x52B9F0) is known color: Malibu. HEX triplet: 52, B9 and F0. RGB value is (82,185,240). Sum of RGB (Red+Green+Blue) = 82+185+240=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #52B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B9F0 is #AD460F. Grayscale: #A0A0A0. Windows color (decimal): -11355664 or 15776082. OLE color: 15776082.
HSL color Cylindrical-coordinate representation of color #52B9F0: hue angle of 200.89º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B9F0 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 185 | 240 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.06 |
| HSL | 200.89º | 0.84% | 0.63% | - |
| HSV(B) | 200.89º | 0.66% | 0.94% | - |
| XYZ | 36.56 | 42.78 | 88.77 | - |
| YUV | 160.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 240 | 0.66 | 0.23 | 0 | 0.06 | 200.89 | 0.84 | 0.63 |
| Hex | 52 | B9 | F0 | 42 | 17 | 0 | 6 | C9 | 54 | 3F |
| Octal | 122 | 271 | 360 | 102 | 27 | 0 | 6 | 311 | 124 | 77 |
| Binary | 1010010 | 10111001 | 11110000 | 1000010 | 10111 | 0 | 110 | 11001001 | 1010100 | 111111 |
Color Harmonies of #52B9F0
Complementary color
Monochromatic Colors of #52B9F0
Black with #52B9F0
Text Example
Text Example
White with #52B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B9F0; }
p { color: rgb(82,185,240); }
H1.HeaderClassName
{
color: #52B9F0;
}
.AnyTagClassName
{
color: #52B9F0;
}
</style>
background-color css
<style>
a { background-color: #52B9F0; }
a { background-color: rgb(82,185,240); }
div.DivClassName
{
background-color: #52B9F0;
}
.BgClassName
{
background-color: #52B9F0;
}
</style>
border-color css
<style>
span { border-color: #52B9F0; }
span { border-color: rgb(82,185,240); }
td.TdClassName
{
border-color: #52B9F0;
}
.TagClassName
{
border-color: #52B9F0;
}
</style>