Shades of Malibu #52C0EE
Tints of Malibu #52C0EE
RGB
CMYK
RGB Variations
Color information
#52C0EE (or 0x52C0EE) is known color: Malibu. HEX triplet: 52, C0 and EE. RGB value is (82,192,238). Sum of RGB (Red+Green+Blue) = 82+192+238=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #52C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0EE is #AD3F11. Grayscale: #A4A4A4. Windows color (decimal): -11353874 or 15646802. OLE color: 15646802.
HSL color Cylindrical-coordinate representation of color #52C0EE: hue angle of 197.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C0EE is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 192 | 238 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.07 |
| HSL | 197.69º | 0.82% | 0.63% | - |
| HSV(B) | 197.69º | 0.66% | 0.93% | - |
| XYZ | 37.76 | 45.67 | 87.71 | - |
| YUV | 164.35 | 169.56 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 238 | 0.66 | 0.19 | 0 | 0.07 | 197.69 | 0.82 | 0.63 |
| Hex | 52 | C0 | EE | 42 | 13 | 0 | 7 | C6 | 52 | 3F |
| Octal | 122 | 300 | 356 | 102 | 23 | 0 | 7 | 306 | 122 | 77 |
| Binary | 1010010 | 11000000 | 11101110 | 1000010 | 10011 | 0 | 111 | 11000110 | 1010010 | 111111 |
Color Harmonies of #52C0EE
Complementary color
Monochromatic Colors of #52C0EE
Black with #52C0EE
Text Example
Text Example
White with #52C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0EE; }
p { color: rgb(82,192,238); }
H1.HeaderClassName
{
color: #52C0EE;
}
.AnyTagClassName
{
color: #52C0EE;
}
</style>
background-color css
<style>
a { background-color: #52C0EE; }
a { background-color: rgb(82,192,238); }
div.DivClassName
{
background-color: #52C0EE;
}
.BgClassName
{
background-color: #52C0EE;
}
</style>
border-color css
<style>
span { border-color: #52C0EE; }
span { border-color: rgb(82,192,238); }
td.TdClassName
{
border-color: #52C0EE;
}
.TagClassName
{
border-color: #52C0EE;
}
</style>