Shades of Malibu #52BBF6
Tints of Malibu #52BBF6
RGB
CMYK
RGB Variations
Color information
#52BBF6 (or 0x52BBF6) is known color: Malibu. HEX triplet: 52, BB and F6. RGB value is (82,187,246). Sum of RGB (Red+Green+Blue) = 82+187+246=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #52BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBF6 is #AD4409. Grayscale: #A1A1A1. Windows color (decimal): -11355146 or 16169810. OLE color: 16169810.
HSL color Cylindrical-coordinate representation of color #52BBF6: hue angle of 201.59º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BBF6 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 187 | 246 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.04 |
| HSL | 201.59º | 0.9% | 0.64% | - |
| HSV(B) | 201.59º | 0.67% | 0.96% | - |
| XYZ | 37.88 | 43.99 | 93.68 | - |
| YUV | 162.33 | 175.21 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 246 | 0.67 | 0.24 | 0 | 0.04 | 201.59 | 0.9 | 0.64 |
| Hex | 52 | BB | F6 | 43 | 18 | 0 | 4 | CA | 5A | 40 |
| Octal | 122 | 273 | 366 | 103 | 30 | 0 | 4 | 312 | 132 | 100 |
| Binary | 1010010 | 10111011 | 11110110 | 1000011 | 11000 | 0 | 100 | 11001010 | 1011010 | 1000000 |
Color Harmonies of #52BBF6
Complementary color
Monochromatic Colors of #52BBF6
Black with #52BBF6
Text Example
Text Example
White with #52BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBF6; }
p { color: rgb(82,187,246); }
H1.HeaderClassName
{
color: #52BBF6;
}
.AnyTagClassName
{
color: #52BBF6;
}
</style>
background-color css
<style>
a { background-color: #52BBF6; }
a { background-color: rgb(82,187,246); }
div.DivClassName
{
background-color: #52BBF6;
}
.BgClassName
{
background-color: #52BBF6;
}
</style>
border-color css
<style>
span { border-color: #52BBF6; }
span { border-color: rgb(82,187,246); }
td.TdClassName
{
border-color: #52BBF6;
}
.TagClassName
{
border-color: #52BBF6;
}
</style>