Shades of Malibu #52BFE7
Tints of Malibu #52BFE7
RGB
CMYK
RGB Variations
Color information
#52BFE7 (or 0x52BFE7) is known color: Malibu. HEX triplet: 52, BF and E7. RGB value is (82,191,231). Sum of RGB (Red+Green+Blue) = 82+191+231=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #52BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFE7 is #AD4018. Grayscale: #A2A2A2. Windows color (decimal): -11354137 or 15187794. OLE color: 15187794.
HSL color Cylindrical-coordinate representation of color #52BFE7: hue angle of 196.11º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BFE7 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 191 | 231 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.09 |
| HSL | 196.11º | 0.76% | 0.61% | - |
| HSV(B) | 196.11º | 0.65% | 0.91% | - |
| XYZ | 36.53 | 44.82 | 82.33 | - |
| YUV | 162.97 | 166.39 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 231 | 0.65 | 0.17 | 0 | 0.09 | 196.11 | 0.76 | 0.61 |
| Hex | 52 | BF | E7 | 41 | 11 | 0 | 9 | C4 | 4C | 3D |
| Octal | 122 | 277 | 347 | 101 | 21 | 0 | 11 | 304 | 114 | 75 |
| Binary | 1010010 | 10111111 | 11100111 | 1000001 | 10001 | 0 | 1001 | 11000100 | 1001100 | 111101 |
Color Harmonies of #52BFE7
Complementary color
Monochromatic Colors of #52BFE7
Black with #52BFE7
Text Example
Text Example
White with #52BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFE7; }
p { color: rgb(82,191,231); }
H1.HeaderClassName
{
color: #52BFE7;
}
.AnyTagClassName
{
color: #52BFE7;
}
</style>
background-color css
<style>
a { background-color: #52BFE7; }
a { background-color: rgb(82,191,231); }
div.DivClassName
{
background-color: #52BFE7;
}
.BgClassName
{
background-color: #52BFE7;
}
</style>
border-color css
<style>
span { border-color: #52BFE7; }
span { border-color: rgb(82,191,231); }
td.TdClassName
{
border-color: #52BFE7;
}
.TagClassName
{
border-color: #52BFE7;
}
</style>