Shades of Malibu #52AFEC
Tints of Malibu #52AFEC
RGB
CMYK
RGB Variations
Color information
#52AFEC (or 0x52AFEC) is known color: Malibu. HEX triplet: 52, AF and EC. RGB value is (82,175,236). Sum of RGB (Red+Green+Blue) = 82+175+236=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #52AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AFEC is #AD5013. Grayscale: #999999. Windows color (decimal): -11358228 or 15511378. OLE color: 15511378.
HSL color Cylindrical-coordinate representation of color #52AFEC: hue angle of 203.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52AFEC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 175 | 236 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.07 |
| HSL | 203.77º | 0.8% | 0.62% | - |
| HSV(B) | 203.77º | 0.65% | 0.93% | - |
| XYZ | 33.95 | 38.51 | 85 | - |
| YUV | 154.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 236 | 0.65 | 0.26 | 0 | 0.07 | 203.77 | 0.8 | 0.62 |
| Hex | 52 | AF | EC | 41 | 1A | 0 | 7 | CC | 50 | 3E |
| Octal | 122 | 257 | 354 | 101 | 32 | 0 | 7 | 314 | 120 | 76 |
| Binary | 1010010 | 10101111 | 11101100 | 1000001 | 11010 | 0 | 111 | 11001100 | 1010000 | 111110 |
Color Harmonies of #52AFEC
Complementary color
Monochromatic Colors of #52AFEC
Black with #52AFEC
Text Example
Text Example
White with #52AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFEC; }
p { color: rgb(82,175,236); }
H1.HeaderClassName
{
color: #52AFEC;
}
.AnyTagClassName
{
color: #52AFEC;
}
</style>
background-color css
<style>
a { background-color: #52AFEC; }
a { background-color: rgb(82,175,236); }
div.DivClassName
{
background-color: #52AFEC;
}
.BgClassName
{
background-color: #52AFEC;
}
</style>
border-color css
<style>
span { border-color: #52AFEC; }
span { border-color: rgb(82,175,236); }
td.TdClassName
{
border-color: #52AFEC;
}
.TagClassName
{
border-color: #52AFEC;
}
</style>