Shades of Malibu #52BFF0
Tints of Malibu #52BFF0
RGB
CMYK
RGB Variations
Color information
#52BFF0 (or 0x52BFF0) is known color: Malibu. HEX triplet: 52, BF and F0. RGB value is (82,191,240). Sum of RGB (Red+Green+Blue) = 82+191+240=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #52BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFF0 is #AD400F. Grayscale: #A3A3A3. Windows color (decimal): -11354128 or 15777618. OLE color: 15777618.
HSL color Cylindrical-coordinate representation of color #52BFF0: hue angle of 198.61º 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 #52BFF0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 191 | 240 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.06 |
| HSL | 198.61º | 0.84% | 0.63% | - |
| HSV(B) | 198.61º | 0.66% | 0.94% | - |
| XYZ | 37.84 | 45.35 | 89.2 | - |
| YUV | 164 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 240 | 0.66 | 0.20 | 0 | 0.06 | 198.61 | 0.84 | 0.63 |
| Hex | 52 | BF | F0 | 42 | 14 | 0 | 6 | C7 | 54 | 3F |
| Octal | 122 | 277 | 360 | 102 | 24 | 0 | 6 | 307 | 124 | 77 |
| Binary | 1010010 | 10111111 | 11110000 | 1000010 | 10100 | 0 | 110 | 11000111 | 1010100 | 111111 |
Color Harmonies of #52BFF0
Complementary color
Monochromatic Colors of #52BFF0
Black with #52BFF0
Text Example
Text Example
White with #52BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFF0; }
p { color: rgb(82,191,240); }
H1.HeaderClassName
{
color: #52BFF0;
}
.AnyTagClassName
{
color: #52BFF0;
}
</style>
background-color css
<style>
a { background-color: #52BFF0; }
a { background-color: rgb(82,191,240); }
div.DivClassName
{
background-color: #52BFF0;
}
.BgClassName
{
background-color: #52BFF0;
}
</style>
border-color css
<style>
span { border-color: #52BFF0; }
span { border-color: rgb(82,191,240); }
td.TdClassName
{
border-color: #52BFF0;
}
.TagClassName
{
border-color: #52BFF0;
}
</style>