Shades of Malibu #52ADEC
Tints of Malibu #52ADEC
RGB
CMYK
RGB Variations
Color information
#52ADEC (or 0x52ADEC) is known color: Malibu. HEX triplet: 52, AD and EC. RGB value is (82,173,236). Sum of RGB (Red+Green+Blue) = 82+173+236=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #52ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADEC is #AD5213. Grayscale: #989898. Windows color (decimal): -11358740 or 15510866. OLE color: 15510866.
HSL color Cylindrical-coordinate representation of color #52ADEC: hue angle of 204.55º 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 #52ADEC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 173 | 236 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.07 |
| HSL | 204.55º | 0.8% | 0.62% | - |
| HSV(B) | 204.55º | 0.65% | 0.93% | - |
| XYZ | 33.56 | 37.74 | 84.87 | - |
| YUV | 152.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 236 | 0.65 | 0.27 | 0 | 0.07 | 204.55 | 0.8 | 0.62 |
| Hex | 52 | AD | EC | 41 | 1B | 0 | 7 | CD | 50 | 3E |
| Octal | 122 | 255 | 354 | 101 | 33 | 0 | 7 | 315 | 120 | 76 |
| Binary | 1010010 | 10101101 | 11101100 | 1000001 | 11011 | 0 | 111 | 11001101 | 1010000 | 111110 |
Color Harmonies of #52ADEC
Complementary color
Monochromatic Colors of #52ADEC
Black with #52ADEC
Text Example
Text Example
White with #52ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADEC; }
p { color: rgb(82,173,236); }
H1.HeaderClassName
{
color: #52ADEC;
}
.AnyTagClassName
{
color: #52ADEC;
}
</style>
background-color css
<style>
a { background-color: #52ADEC; }
a { background-color: rgb(82,173,236); }
div.DivClassName
{
background-color: #52ADEC;
}
.BgClassName
{
background-color: #52ADEC;
}
</style>
border-color css
<style>
span { border-color: #52ADEC; }
span { border-color: rgb(82,173,236); }
td.TdClassName
{
border-color: #52ADEC;
}
.TagClassName
{
border-color: #52ADEC;
}
</style>