Shades of Malibu #52C8F6
Tints of Malibu #52C8F6
RGB
CMYK
RGB Variations
Color information
#52C8F6 (or 0x52C8F6) is known color: Malibu. HEX triplet: 52, C8 and F6. RGB value is (82,200,246). Sum of RGB (Red+Green+Blue) = 82+200+246=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #52C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8F6 is #AD3709. Grayscale: #A9A9A9. Windows color (decimal): -11351818 or 16173138. OLE color: 16173138.
HSL color Cylindrical-coordinate representation of color #52C8F6: hue angle of 196.83º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C8F6 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 200 | 246 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.04 |
| HSL | 196.83º | 0.9% | 0.64% | - |
| HSV(B) | 196.83º | 0.67% | 0.96% | - |
| XYZ | 40.77 | 49.76 | 94.64 | - |
| YUV | 169.96 | 170.91 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 246 | 0.67 | 0.19 | 0 | 0.04 | 196.83 | 0.9 | 0.64 |
| Hex | 52 | C8 | F6 | 43 | 13 | 0 | 4 | C5 | 5A | 40 |
| Octal | 122 | 310 | 366 | 103 | 23 | 0 | 4 | 305 | 132 | 100 |
| Binary | 1010010 | 11001000 | 11110110 | 1000011 | 10011 | 0 | 100 | 11000101 | 1011010 | 1000000 |
Color Harmonies of #52C8F6
Complementary color
Monochromatic Colors of #52C8F6
Black with #52C8F6
Text Example
Text Example
White with #52C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8F6; }
p { color: rgb(82,200,246); }
H1.HeaderClassName
{
color: #52C8F6;
}
.AnyTagClassName
{
color: #52C8F6;
}
</style>
background-color css
<style>
a { background-color: #52C8F6; }
a { background-color: rgb(82,200,246); }
div.DivClassName
{
background-color: #52C8F6;
}
.BgClassName
{
background-color: #52C8F6;
}
</style>
border-color css
<style>
span { border-color: #52C8F6; }
span { border-color: rgb(82,200,246); }
td.TdClassName
{
border-color: #52C8F6;
}
.TagClassName
{
border-color: #52C8F6;
}
</style>