Shades of Malibu #52B2EC
Tints of Malibu #52B2EC
RGB
CMYK
RGB Variations
Color information
#52B2EC (or 0x52B2EC) is known color: Malibu. HEX triplet: 52, B2 and EC. RGB value is (82,178,236). Sum of RGB (Red+Green+Blue) = 82+178+236=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #52B2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2EC is #AD4D13. Grayscale: #9B9B9B. Windows color (decimal): -11357460 or 15512146. OLE color: 15512146.
HSL color Cylindrical-coordinate representation of color #52B2EC: hue angle of 202.6º 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 #52B2EC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 178 | 236 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.07 |
| HSL | 202.6º | 0.8% | 0.62% | - |
| HSV(B) | 202.6º | 0.65% | 0.93% | - |
| XYZ | 34.54 | 39.69 | 85.2 | - |
| YUV | 155.91 | 173.2 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 236 | 0.65 | 0.25 | 0 | 0.07 | 202.6 | 0.8 | 0.62 |
| Hex | 52 | B2 | EC | 41 | 19 | 0 | 7 | CB | 50 | 3E |
| Octal | 122 | 262 | 354 | 101 | 31 | 0 | 7 | 313 | 120 | 76 |
| Binary | 1010010 | 10110010 | 11101100 | 1000001 | 11001 | 0 | 111 | 11001011 | 1010000 | 111110 |
Color Harmonies of #52B2EC
Complementary color
Monochromatic Colors of #52B2EC
Black with #52B2EC
Text Example
Text Example
White with #52B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2EC; }
p { color: rgb(82,178,236); }
H1.HeaderClassName
{
color: #52B2EC;
}
.AnyTagClassName
{
color: #52B2EC;
}
</style>
background-color css
<style>
a { background-color: #52B2EC; }
a { background-color: rgb(82,178,236); }
div.DivClassName
{
background-color: #52B2EC;
}
.BgClassName
{
background-color: #52B2EC;
}
</style>
border-color css
<style>
span { border-color: #52B2EC; }
span { border-color: rgb(82,178,236); }
td.TdClassName
{
border-color: #52B2EC;
}
.TagClassName
{
border-color: #52B2EC;
}
</style>