Shades of Malibu #52ADEF
Tints of Malibu #52ADEF
RGB
CMYK
RGB Variations
Color information
#52ADEF (or 0x52ADEF) is known color: Malibu. HEX triplet: 52, AD and EF. RGB value is (82,173,239). Sum of RGB (Red+Green+Blue) = 82+173+239=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #52ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADEF is #AD5210. Grayscale: #989898. Windows color (decimal): -11358737 or 15707474. OLE color: 15707474.
HSL color Cylindrical-coordinate representation of color #52ADEF: hue angle of 205.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52ADEF is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 173 | 239 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.06 |
| HSL | 205.22º | 0.83% | 0.63% | - |
| HSV(B) | 205.22º | 0.66% | 0.94% | - |
| XYZ | 34 | 37.91 | 87.19 | - |
| YUV | 153.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 239 | 0.66 | 0.28 | 0 | 0.06 | 205.22 | 0.83 | 0.63 |
| Hex | 52 | AD | EF | 42 | 1C | 0 | 6 | CD | 53 | 3F |
| Octal | 122 | 255 | 357 | 102 | 34 | 0 | 6 | 315 | 123 | 77 |
| Binary | 1010010 | 10101101 | 11101111 | 1000010 | 11100 | 0 | 110 | 11001101 | 1010011 | 111111 |
Color Harmonies of #52ADEF
Complementary color
Monochromatic Colors of #52ADEF
Black with #52ADEF
Text Example
Text Example
White with #52ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADEF; }
p { color: rgb(82,173,239); }
H1.HeaderClassName
{
color: #52ADEF;
}
.AnyTagClassName
{
color: #52ADEF;
}
</style>
background-color css
<style>
a { background-color: #52ADEF; }
a { background-color: rgb(82,173,239); }
div.DivClassName
{
background-color: #52ADEF;
}
.BgClassName
{
background-color: #52ADEF;
}
</style>
border-color css
<style>
span { border-color: #52ADEF; }
span { border-color: rgb(82,173,239); }
td.TdClassName
{
border-color: #52ADEF;
}
.TagClassName
{
border-color: #52ADEF;
}
</style>