Shades of Malibu #52B0EA
Tints of Malibu #52B0EA
RGB
CMYK
RGB Variations
Color information
#52B0EA (or 0x52B0EA) is known color: Malibu. HEX triplet: 52, B0 and EA. RGB value is (82,176,234). Sum of RGB (Red+Green+Blue) = 82+176+234=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #52B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B0EA is #AD4F15. Grayscale: #9A9A9A. Windows color (decimal): -11357974 or 15380562. OLE color: 15380562.
HSL color Cylindrical-coordinate representation of color #52B0EA: hue angle of 202.89º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B0EA is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 176 | 234 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.08 |
| HSL | 202.89º | 0.78% | 0.62% | - |
| HSV(B) | 202.89º | 0.65% | 0.92% | - |
| XYZ | 33.86 | 38.79 | 83.54 | - |
| YUV | 154.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 234 | 0.65 | 0.25 | 0 | 0.08 | 202.89 | 0.78 | 0.62 |
| Hex | 52 | B0 | EA | 41 | 19 | 0 | 8 | CB | 4E | 3E |
| Octal | 122 | 260 | 352 | 101 | 31 | 0 | 10 | 313 | 116 | 76 |
| Binary | 1010010 | 10110000 | 11101010 | 1000001 | 11001 | 0 | 1000 | 11001011 | 1001110 | 111110 |
Color Harmonies of #52B0EA
Complementary color
Monochromatic Colors of #52B0EA
Black with #52B0EA
Text Example
Text Example
White with #52B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0EA; }
p { color: rgb(82,176,234); }
H1.HeaderClassName
{
color: #52B0EA;
}
.AnyTagClassName
{
color: #52B0EA;
}
</style>
background-color css
<style>
a { background-color: #52B0EA; }
a { background-color: rgb(82,176,234); }
div.DivClassName
{
background-color: #52B0EA;
}
.BgClassName
{
background-color: #52B0EA;
}
</style>
border-color css
<style>
span { border-color: #52B0EA; }
span { border-color: rgb(82,176,234); }
td.TdClassName
{
border-color: #52B0EA;
}
.TagClassName
{
border-color: #52B0EA;
}
</style>