Shades of Malibu #52B9EC
Tints of Malibu #52B9EC
RGB
CMYK
RGB Variations
Color information
#52B9EC (or 0x52B9EC) is known color: Malibu. HEX triplet: 52, B9 and EC. RGB value is (82,185,236). Sum of RGB (Red+Green+Blue) = 82+185+236=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #52B9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B9EC is #AD4613. Grayscale: #9F9F9F. Windows color (decimal): -11355668 or 15513938. OLE color: 15513938.
HSL color Cylindrical-coordinate representation of color #52B9EC: hue angle of 199.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B9EC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 185 | 236 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.07 |
| HSL | 199.87º | 0.8% | 0.62% | - |
| HSV(B) | 199.87º | 0.65% | 0.93% | - |
| XYZ | 35.97 | 42.55 | 85.67 | - |
| YUV | 160.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 236 | 0.65 | 0.22 | 0 | 0.07 | 199.87 | 0.8 | 0.62 |
| Hex | 52 | B9 | EC | 41 | 16 | 0 | 7 | C8 | 50 | 3E |
| Octal | 122 | 271 | 354 | 101 | 26 | 0 | 7 | 310 | 120 | 76 |
| Binary | 1010010 | 10111001 | 11101100 | 1000001 | 10110 | 0 | 111 | 11001000 | 1010000 | 111110 |
Color Harmonies of #52B9EC
Complementary color
Monochromatic Colors of #52B9EC
Black with #52B9EC
Text Example
Text Example
White with #52B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B9EC; }
p { color: rgb(82,185,236); }
H1.HeaderClassName
{
color: #52B9EC;
}
.AnyTagClassName
{
color: #52B9EC;
}
</style>
background-color css
<style>
a { background-color: #52B9EC; }
a { background-color: rgb(82,185,236); }
div.DivClassName
{
background-color: #52B9EC;
}
.BgClassName
{
background-color: #52B9EC;
}
</style>
border-color css
<style>
span { border-color: #52B9EC; }
span { border-color: rgb(82,185,236); }
td.TdClassName
{
border-color: #52B9EC;
}
.TagClassName
{
border-color: #52B9EC;
}
</style>