Shades of Malibu #52BCE8
Tints of Malibu #52BCE8
RGB
CMYK
RGB Variations
Color information
#52BCE8 (or 0x52BCE8) is known color: Malibu. HEX triplet: 52, BC and E8. RGB value is (82,188,232). Sum of RGB (Red+Green+Blue) = 82+188+232=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #52BCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCE8 is #AD4317. Grayscale: #A1A1A1. Windows color (decimal): -11354904 or 15252562. OLE color: 15252562.
HSL color Cylindrical-coordinate representation of color #52BCE8: hue angle of 197.6º 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 #52BCE8 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 188 | 232 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.09 |
| HSL | 197.6º | 0.77% | 0.62% | - |
| HSV(B) | 197.6º | 0.65% | 0.91% | - |
| XYZ | 36.03 | 43.59 | 82.86 | - |
| YUV | 161.32 | 167.88 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 232 | 0.65 | 0.19 | 0 | 0.09 | 197.6 | 0.77 | 0.62 |
| Hex | 52 | BC | E8 | 41 | 13 | 0 | 9 | C6 | 4D | 3E |
| Octal | 122 | 274 | 350 | 101 | 23 | 0 | 11 | 306 | 115 | 76 |
| Binary | 1010010 | 10111100 | 11101000 | 1000001 | 10011 | 0 | 1001 | 11000110 | 1001101 | 111110 |
Color Harmonies of #52BCE8
Complementary color
Monochromatic Colors of #52BCE8
Black with #52BCE8
Text Example
Text Example
White with #52BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCE8; }
p { color: rgb(82,188,232); }
H1.HeaderClassName
{
color: #52BCE8;
}
.AnyTagClassName
{
color: #52BCE8;
}
</style>
background-color css
<style>
a { background-color: #52BCE8; }
a { background-color: rgb(82,188,232); }
div.DivClassName
{
background-color: #52BCE8;
}
.BgClassName
{
background-color: #52BCE8;
}
</style>
border-color css
<style>
span { border-color: #52BCE8; }
span { border-color: rgb(82,188,232); }
td.TdClassName
{
border-color: #52BCE8;
}
.TagClassName
{
border-color: #52BCE8;
}
</style>