Shades of Malibu #52C1DF
Tints of Malibu #52C1DF
RGB
CMYK
RGB Variations
Color information
#52C1DF (or 0x52C1DF) is known color: Malibu. HEX triplet: 52, C1 and DF. RGB value is (82,193,223). Sum of RGB (Red+Green+Blue) = 82+193+223=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #52C1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1DF is #AD3E20. Grayscale: #A3A3A3. Windows color (decimal): -11353633 or 14664018. OLE color: 14664018.
HSL color Cylindrical-coordinate representation of color #52C1DF: hue angle of 192.77º 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 #52C1DF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 193 | 223 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.13 |
| HSL | 192.77º | 0.69% | 0.6% | - |
| HSV(B) | 192.77º | 0.63% | 0.87% | - |
| XYZ | 35.87 | 45.26 | 76.66 | - |
| YUV | 163.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 223 | 0.63 | 0.13 | 0 | 0.13 | 192.77 | 0.69 | 0.6 |
| Hex | 52 | C1 | DF | 3F | D | 0 | D | C1 | 45 | 3C |
| Octal | 122 | 301 | 337 | 77 | 15 | 0 | 15 | 301 | 105 | 74 |
| Binary | 1010010 | 11000001 | 11011111 | 111111 | 1101 | 0 | 1101 | 11000001 | 1000101 | 111100 |
Color Harmonies of #52C1DF
Complementary color
Monochromatic Colors of #52C1DF
Black with #52C1DF
Text Example
Text Example
White with #52C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C1DF; }
p { color: rgb(82,193,223); }
H1.HeaderClassName
{
color: #52C1DF;
}
.AnyTagClassName
{
color: #52C1DF;
}
</style>
background-color css
<style>
a { background-color: #52C1DF; }
a { background-color: rgb(82,193,223); }
div.DivClassName
{
background-color: #52C1DF;
}
.BgClassName
{
background-color: #52C1DF;
}
</style>
border-color css
<style>
span { border-color: #52C1DF; }
span { border-color: rgb(82,193,223); }
td.TdClassName
{
border-color: #52C1DF;
}
.TagClassName
{
border-color: #52C1DF;
}
</style>