Shades of Malibu #52ABE8
Tints of Malibu #52ABE8
RGB
CMYK
RGB Variations
Color information
#52ABE8 (or 0x52ABE8) is known color: Malibu. HEX triplet: 52, AB and E8. RGB value is (82,171,232). Sum of RGB (Red+Green+Blue) = 82+171+232=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #52ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ABE8 is #AD5417. Grayscale: #979797. Windows color (decimal): -11359256 or 15248210. OLE color: 15248210.
HSL color Cylindrical-coordinate representation of color #52ABE8: hue angle of 204.4º 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 #52ABE8 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 171 | 232 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.09 |
| HSL | 204.4º | 0.77% | 0.62% | - |
| HSV(B) | 204.4º | 0.65% | 0.91% | - |
| XYZ | 32.61 | 36.75 | 81.72 | - |
| YUV | 151.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 232 | 0.65 | 0.26 | 0 | 0.09 | 204.4 | 0.77 | 0.62 |
| Hex | 52 | AB | E8 | 41 | 1A | 0 | 9 | CC | 4D | 3E |
| Octal | 122 | 253 | 350 | 101 | 32 | 0 | 11 | 314 | 115 | 76 |
| Binary | 1010010 | 10101011 | 11101000 | 1000001 | 11010 | 0 | 1001 | 11001100 | 1001101 | 111110 |
Color Harmonies of #52ABE8
Complementary color
Monochromatic Colors of #52ABE8
Black with #52ABE8
Text Example
Text Example
White with #52ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABE8; }
p { color: rgb(82,171,232); }
H1.HeaderClassName
{
color: #52ABE8;
}
.AnyTagClassName
{
color: #52ABE8;
}
</style>
background-color css
<style>
a { background-color: #52ABE8; }
a { background-color: rgb(82,171,232); }
div.DivClassName
{
background-color: #52ABE8;
}
.BgClassName
{
background-color: #52ABE8;
}
</style>
border-color css
<style>
span { border-color: #52ABE8; }
span { border-color: rgb(82,171,232); }
td.TdClassName
{
border-color: #52ABE8;
}
.TagClassName
{
border-color: #52ABE8;
}
</style>