Shades of Malibu #52C2EF
Tints of Malibu #52C2EF
RGB
CMYK
RGB Variations
Color information
#52C2EF (or 0x52C2EF) is known color: Malibu. HEX triplet: 52, C2 and EF. RGB value is (82,194,239). Sum of RGB (Red+Green+Blue) = 82+194+239=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #52C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2EF is #AD3D10. Grayscale: #A5A5A5. Windows color (decimal): -11353361 or 15712850. OLE color: 15712850.
HSL color Cylindrical-coordinate representation of color #52C2EF: hue angle of 197.2º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C2EF is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 194 | 239 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.06 |
| HSL | 197.2º | 0.83% | 0.63% | - |
| HSV(B) | 197.2º | 0.66% | 0.94% | - |
| XYZ | 38.35 | 46.61 | 88.64 | - |
| YUV | 165.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 239 | 0.66 | 0.19 | 0 | 0.06 | 197.2 | 0.83 | 0.63 |
| Hex | 52 | C2 | EF | 42 | 13 | 0 | 6 | C5 | 53 | 3F |
| Octal | 122 | 302 | 357 | 102 | 23 | 0 | 6 | 305 | 123 | 77 |
| Binary | 1010010 | 11000010 | 11101111 | 1000010 | 10011 | 0 | 110 | 11000101 | 1010011 | 111111 |
Color Harmonies of #52C2EF
Complementary color
Monochromatic Colors of #52C2EF
Black with #52C2EF
Text Example
Text Example
White with #52C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2EF; }
p { color: rgb(82,194,239); }
H1.HeaderClassName
{
color: #52C2EF;
}
.AnyTagClassName
{
color: #52C2EF;
}
</style>
background-color css
<style>
a { background-color: #52C2EF; }
a { background-color: rgb(82,194,239); }
div.DivClassName
{
background-color: #52C2EF;
}
.BgClassName
{
background-color: #52C2EF;
}
</style>
border-color css
<style>
span { border-color: #52C2EF; }
span { border-color: rgb(82,194,239); }
td.TdClassName
{
border-color: #52C2EF;
}
.TagClassName
{
border-color: #52C2EF;
}
</style>