Shades of Malibu #52C4DF
Tints of Malibu #52C4DF
RGB
CMYK
RGB Variations
Color information
#52C4DF (or 0x52C4DF) is known color: Malibu. HEX triplet: 52, C4 and DF. RGB value is (82,196,223). Sum of RGB (Red+Green+Blue) = 82+196+223=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #52C4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4DF is #AD3B20. Grayscale: #A4A4A4. Windows color (decimal): -11352865 or 14664786. OLE color: 14664786.
HSL color Cylindrical-coordinate representation of color #52C4DF: hue angle of 191.49º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C4DF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 196 | 223 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.13 |
| HSL | 191.49º | 0.69% | 0.6% | - |
| HSV(B) | 191.49º | 0.63% | 0.87% | - |
| XYZ | 36.54 | 46.6 | 76.88 | - |
| YUV | 164.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 223 | 0.63 | 0.12 | 0 | 0.13 | 191.49 | 0.69 | 0.6 |
| Hex | 52 | C4 | DF | 3F | C | 0 | D | BF | 45 | 3C |
| Octal | 122 | 304 | 337 | 77 | 14 | 0 | 15 | 277 | 105 | 74 |
| Binary | 1010010 | 11000100 | 11011111 | 111111 | 1100 | 0 | 1101 | 10111111 | 1000101 | 111100 |
Color Harmonies of #52C4DF
Complementary color
Monochromatic Colors of #52C4DF
Black with #52C4DF
Text Example
Text Example
White with #52C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C4DF; }
p { color: rgb(82,196,223); }
H1.HeaderClassName
{
color: #52C4DF;
}
.AnyTagClassName
{
color: #52C4DF;
}
</style>
background-color css
<style>
a { background-color: #52C4DF; }
a { background-color: rgb(82,196,223); }
div.DivClassName
{
background-color: #52C4DF;
}
.BgClassName
{
background-color: #52C4DF;
}
</style>
border-color css
<style>
span { border-color: #52C4DF; }
span { border-color: rgb(82,196,223); }
td.TdClassName
{
border-color: #52C4DF;
}
.TagClassName
{
border-color: #52C4DF;
}
</style>