Shades of Malibu #52C6DF
Tints of Malibu #52C6DF
RGB
CMYK
RGB Variations
Color information
#52C6DF (or 0x52C6DF) is known color: Malibu. HEX triplet: 52, C6 and DF. RGB value is (82,198,223). Sum of RGB (Red+Green+Blue) = 82+198+223=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #52C6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6DF is #AD3920. Grayscale: #A5A5A5. Windows color (decimal): -11352353 or 14665298. OLE color: 14665298.
HSL color Cylindrical-coordinate representation of color #52C6DF: hue angle of 190.64º 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 #52C6DF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 198 | 223 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.13 |
| HSL | 190.64º | 0.69% | 0.6% | - |
| HSV(B) | 190.64º | 0.63% | 0.87% | - |
| XYZ | 36.99 | 47.51 | 77.03 | - |
| YUV | 166.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 223 | 0.63 | 0.11 | 0 | 0.13 | 190.64 | 0.69 | 0.6 |
| Hex | 52 | C6 | DF | 3F | B | 0 | D | BF | 45 | 3C |
| Octal | 122 | 306 | 337 | 77 | 13 | 0 | 15 | 277 | 105 | 74 |
| Binary | 1010010 | 11000110 | 11011111 | 111111 | 1011 | 0 | 1101 | 10111111 | 1000101 | 111100 |
Color Harmonies of #52C6DF
Complementary color
Monochromatic Colors of #52C6DF
Black with #52C6DF
Text Example
Text Example
White with #52C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6DF; }
p { color: rgb(82,198,223); }
H1.HeaderClassName
{
color: #52C6DF;
}
.AnyTagClassName
{
color: #52C6DF;
}
</style>
background-color css
<style>
a { background-color: #52C6DF; }
a { background-color: rgb(82,198,223); }
div.DivClassName
{
background-color: #52C6DF;
}
.BgClassName
{
background-color: #52C6DF;
}
</style>
border-color css
<style>
span { border-color: #52C6DF; }
span { border-color: rgb(82,198,223); }
td.TdClassName
{
border-color: #52C6DF;
}
.TagClassName
{
border-color: #52C6DF;
}
</style>