Shades of Malibu #52BFE8
Tints of Malibu #52BFE8
RGB
CMYK
RGB Variations
Color information
#52BFE8 (or 0x52BFE8) is known color: Malibu. HEX triplet: 52, BF and E8. RGB value is (82,191,232). Sum of RGB (Red+Green+Blue) = 82+191+232=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #52BFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFE8 is #AD4017. Grayscale: #A2A2A2. Windows color (decimal): -11354136 or 15253330. OLE color: 15253330.
HSL color Cylindrical-coordinate representation of color #52BFE8: hue angle of 196.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BFE8 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 191 | 232 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.09 |
| HSL | 196.4º | 0.77% | 0.62% | - |
| HSV(B) | 196.4º | 0.65% | 0.91% | - |
| XYZ | 36.68 | 44.88 | 83.07 | - |
| YUV | 163.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 232 | 0.65 | 0.18 | 0 | 0.09 | 196.4 | 0.77 | 0.62 |
| Hex | 52 | BF | E8 | 41 | 12 | 0 | 9 | C4 | 4D | 3E |
| Octal | 122 | 277 | 350 | 101 | 22 | 0 | 11 | 304 | 115 | 76 |
| Binary | 1010010 | 10111111 | 11101000 | 1000001 | 10010 | 0 | 1001 | 11000100 | 1001101 | 111110 |
Color Harmonies of #52BFE8
Complementary color
Monochromatic Colors of #52BFE8
Black with #52BFE8
Text Example
Text Example
White with #52BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFE8; }
p { color: rgb(82,191,232); }
H1.HeaderClassName
{
color: #52BFE8;
}
.AnyTagClassName
{
color: #52BFE8;
}
</style>
background-color css
<style>
a { background-color: #52BFE8; }
a { background-color: rgb(82,191,232); }
div.DivClassName
{
background-color: #52BFE8;
}
.BgClassName
{
background-color: #52BFE8;
}
</style>
border-color css
<style>
span { border-color: #52BFE8; }
span { border-color: rgb(82,191,232); }
td.TdClassName
{
border-color: #52BFE8;
}
.TagClassName
{
border-color: #52BFE8;
}
</style>