Shades of Malibu #52C6F2
Tints of Malibu #52C6F2
RGB
CMYK
RGB Variations
Color information
#52C6F2 (or 0x52C6F2) is known color: Malibu. HEX triplet: 52, C6 and F2. RGB value is (82,198,242). Sum of RGB (Red+Green+Blue) = 82+198+242=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #52C6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C6F2 is #AD390D. Grayscale: #A8A8A8. Windows color (decimal): -11352334 or 15910482. OLE color: 15910482.
HSL color Cylindrical-coordinate representation of color #52C6F2: hue angle of 196.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C6F2 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 198 | 242 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.05 |
| HSL | 196.5º | 0.86% | 0.64% | - |
| HSV(B) | 196.5º | 0.66% | 0.95% | - |
| XYZ | 39.7 | 48.59 | 91.29 | - |
| YUV | 168.33 | 169.57 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 242 | 0.66 | 0.18 | 0 | 0.05 | 196.5 | 0.86 | 0.64 |
| Hex | 52 | C6 | F2 | 42 | 12 | 0 | 5 | C4 | 56 | 40 |
| Octal | 122 | 306 | 362 | 102 | 22 | 0 | 5 | 304 | 126 | 100 |
| Binary | 1010010 | 11000110 | 11110010 | 1000010 | 10010 | 0 | 101 | 11000100 | 1010110 | 1000000 |
Color Harmonies of #52C6F2
Complementary color
Monochromatic Colors of #52C6F2
Black with #52C6F2
Text Example
Text Example
White with #52C6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6F2; }
p { color: rgb(82,198,242); }
H1.HeaderClassName
{
color: #52C6F2;
}
.AnyTagClassName
{
color: #52C6F2;
}
</style>
background-color css
<style>
a { background-color: #52C6F2; }
a { background-color: rgb(82,198,242); }
div.DivClassName
{
background-color: #52C6F2;
}
.BgClassName
{
background-color: #52C6F2;
}
</style>
border-color css
<style>
span { border-color: #52C6F2; }
span { border-color: rgb(82,198,242); }
td.TdClassName
{
border-color: #52C6F2;
}
.TagClassName
{
border-color: #52C6F2;
}
</style>