Shades of Malibu #52ACE9
Tints of Malibu #52ACE9
RGB
CMYK
RGB Variations
Color information
#52ACE9 (or 0x52ACE9) is known color: Malibu. HEX triplet: 52, AC and E9. RGB value is (82,172,233). Sum of RGB (Red+Green+Blue) = 82+172+233=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #52ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACE9 is #AD5316. Grayscale: #979797. Windows color (decimal): -11358999 or 15314002. OLE color: 15314002.
HSL color Cylindrical-coordinate representation of color #52ACE9: hue angle of 204.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ACE9 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 172 | 233 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.09 |
| HSL | 204.24º | 0.77% | 0.62% | - |
| HSV(B) | 204.24º | 0.65% | 0.91% | - |
| XYZ | 32.94 | 37.18 | 82.53 | - |
| YUV | 152.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 233 | 0.65 | 0.26 | 0 | 0.09 | 204.24 | 0.77 | 0.62 |
| Hex | 52 | AC | E9 | 41 | 1A | 0 | 9 | CC | 4D | 3E |
| Octal | 122 | 254 | 351 | 101 | 32 | 0 | 11 | 314 | 115 | 76 |
| Binary | 1010010 | 10101100 | 11101001 | 1000001 | 11010 | 0 | 1001 | 11001100 | 1001101 | 111110 |
Color Harmonies of #52ACE9
Complementary color
Monochromatic Colors of #52ACE9
Black with #52ACE9
Text Example
Text Example
White with #52ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACE9; }
p { color: rgb(82,172,233); }
H1.HeaderClassName
{
color: #52ACE9;
}
.AnyTagClassName
{
color: #52ACE9;
}
</style>
background-color css
<style>
a { background-color: #52ACE9; }
a { background-color: rgb(82,172,233); }
div.DivClassName
{
background-color: #52ACE9;
}
.BgClassName
{
background-color: #52ACE9;
}
</style>
border-color css
<style>
span { border-color: #52ACE9; }
span { border-color: rgb(82,172,233); }
td.TdClassName
{
border-color: #52ACE9;
}
.TagClassName
{
border-color: #52ACE9;
}
</style>