Shades of Malibu #52BBE7
Tints of Malibu #52BBE7
RGB
CMYK
RGB Variations
Color information
#52BBE7 (or 0x52BBE7) is known color: Malibu. HEX triplet: 52, BB and E7. RGB value is (82,187,231). Sum of RGB (Red+Green+Blue) = 82+187+231=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #52BBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBE7 is #AD4418. Grayscale: #A0A0A0. Windows color (decimal): -11355161 or 15186770. OLE color: 15186770.
HSL color Cylindrical-coordinate representation of color #52BBE7: hue angle of 197.72º 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 #52BBE7 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 187 | 231 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.09 |
| HSL | 197.72º | 0.76% | 0.61% | - |
| HSV(B) | 197.72º | 0.65% | 0.91% | - |
| XYZ | 35.67 | 43.1 | 82.04 | - |
| YUV | 160.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 231 | 0.65 | 0.19 | 0 | 0.09 | 197.72 | 0.76 | 0.61 |
| Hex | 52 | BB | E7 | 41 | 13 | 0 | 9 | C6 | 4C | 3D |
| Octal | 122 | 273 | 347 | 101 | 23 | 0 | 11 | 306 | 114 | 75 |
| Binary | 1010010 | 10111011 | 11100111 | 1000001 | 10011 | 0 | 1001 | 11000110 | 1001100 | 111101 |
Color Harmonies of #52BBE7
Complementary color
Monochromatic Colors of #52BBE7
Black with #52BBE7
Text Example
Text Example
White with #52BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBE7; }
p { color: rgb(82,187,231); }
H1.HeaderClassName
{
color: #52BBE7;
}
.AnyTagClassName
{
color: #52BBE7;
}
</style>
background-color css
<style>
a { background-color: #52BBE7; }
a { background-color: rgb(82,187,231); }
div.DivClassName
{
background-color: #52BBE7;
}
.BgClassName
{
background-color: #52BBE7;
}
</style>
border-color css
<style>
span { border-color: #52BBE7; }
span { border-color: rgb(82,187,231); }
td.TdClassName
{
border-color: #52BBE7;
}
.TagClassName
{
border-color: #52BBE7;
}
</style>