Shades of Malibu #52BBF0
Tints of Malibu #52BBF0
RGB
CMYK
RGB Variations
Color information
#52BBF0 (or 0x52BBF0) is known color: Malibu. HEX triplet: 52, BB and F0. RGB value is (82,187,240). Sum of RGB (Red+Green+Blue) = 82+187+240=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #52BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBF0 is #AD440F. Grayscale: #A1A1A1. Windows color (decimal): -11355152 or 15776594. OLE color: 15776594.
HSL color Cylindrical-coordinate representation of color #52BBF0: hue angle of 200.13º 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 #52BBF0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 187 | 240 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.06 |
| HSL | 200.13º | 0.84% | 0.63% | - |
| HSV(B) | 200.13º | 0.66% | 0.94% | - |
| XYZ | 36.98 | 43.63 | 88.91 | - |
| YUV | 161.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 240 | 0.66 | 0.22 | 0 | 0.06 | 200.13 | 0.84 | 0.63 |
| Hex | 52 | BB | F0 | 42 | 16 | 0 | 6 | C8 | 54 | 3F |
| Octal | 122 | 273 | 360 | 102 | 26 | 0 | 6 | 310 | 124 | 77 |
| Binary | 1010010 | 10111011 | 11110000 | 1000010 | 10110 | 0 | 110 | 11001000 | 1010100 | 111111 |
Color Harmonies of #52BBF0
Complementary color
Monochromatic Colors of #52BBF0
Black with #52BBF0
Text Example
Text Example
White with #52BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBF0; }
p { color: rgb(82,187,240); }
H1.HeaderClassName
{
color: #52BBF0;
}
.AnyTagClassName
{
color: #52BBF0;
}
</style>
background-color css
<style>
a { background-color: #52BBF0; }
a { background-color: rgb(82,187,240); }
div.DivClassName
{
background-color: #52BBF0;
}
.BgClassName
{
background-color: #52BBF0;
}
</style>
border-color css
<style>
span { border-color: #52BBF0; }
span { border-color: rgb(82,187,240); }
td.TdClassName
{
border-color: #52BBF0;
}
.TagClassName
{
border-color: #52BBF0;
}
</style>