Shades of Malibu #52C2DD
Tints of Malibu #52C2DD
RGB
CMYK
RGB Variations
Color information
#52C2DD (or 0x52C2DD) is known color: Malibu. HEX triplet: 52, C2 and DD. RGB value is (82,194,221). Sum of RGB (Red+Green+Blue) = 82+194+221=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #52C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2DD is #AD3D22. Grayscale: #A3A3A3. Windows color (decimal): -11353379 or 14533202. OLE color: 14533202.
HSL color Cylindrical-coordinate representation of color #52C2DD: hue angle of 191.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C2DD is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 194 | 221 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.13 |
| HSL | 191.65º | 0.67% | 0.59% | - |
| HSV(B) | 191.65º | 0.63% | 0.87% | - |
| XYZ | 35.82 | 45.6 | 75.32 | - |
| YUV | 163.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 221 | 0.63 | 0.12 | 0 | 0.13 | 191.65 | 0.67 | 0.59 |
| Hex | 52 | C2 | DD | 3F | C | 0 | D | C0 | 43 | 3B |
| Octal | 122 | 302 | 335 | 77 | 14 | 0 | 15 | 300 | 103 | 73 |
| Binary | 1010010 | 11000010 | 11011101 | 111111 | 1100 | 0 | 1101 | 11000000 | 1000011 | 111011 |
Color Harmonies of #52C2DD
Complementary color
Monochromatic Colors of #52C2DD
Black with #52C2DD
Text Example
Text Example
White with #52C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2DD; }
p { color: rgb(82,194,221); }
H1.HeaderClassName
{
color: #52C2DD;
}
.AnyTagClassName
{
color: #52C2DD;
}
</style>
background-color css
<style>
a { background-color: #52C2DD; }
a { background-color: rgb(82,194,221); }
div.DivClassName
{
background-color: #52C2DD;
}
.BgClassName
{
background-color: #52C2DD;
}
</style>
border-color css
<style>
span { border-color: #52C2DD; }
span { border-color: rgb(82,194,221); }
td.TdClassName
{
border-color: #52C2DD;
}
.TagClassName
{
border-color: #52C2DD;
}
</style>