Shades of Malibu #52B2EE
Tints of Malibu #52B2EE
RGB
CMYK
RGB Variations
Color information
#52B2EE (or 0x52B2EE) is known color: Malibu. HEX triplet: 52, B2 and EE. RGB value is (82,178,238). Sum of RGB (Red+Green+Blue) = 82+178+238=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #52B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2EE is #AD4D11. Grayscale: #9B9B9B. Windows color (decimal): -11357458 or 15643218. OLE color: 15643218.
HSL color Cylindrical-coordinate representation of color #52B2EE: hue angle of 203.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B2EE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 178 | 238 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.07 |
| HSL | 203.08º | 0.82% | 0.63% | - |
| HSV(B) | 203.08º | 0.66% | 0.93% | - |
| XYZ | 34.83 | 39.81 | 86.74 | - |
| YUV | 156.14 | 174.2 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 238 | 0.66 | 0.25 | 0 | 0.07 | 203.08 | 0.82 | 0.63 |
| Hex | 52 | B2 | EE | 42 | 19 | 0 | 7 | CB | 52 | 3F |
| Octal | 122 | 262 | 356 | 102 | 31 | 0 | 7 | 313 | 122 | 77 |
| Binary | 1010010 | 10110010 | 11101110 | 1000010 | 11001 | 0 | 111 | 11001011 | 1010010 | 111111 |
Color Harmonies of #52B2EE
Complementary color
Monochromatic Colors of #52B2EE
Black with #52B2EE
Text Example
Text Example
White with #52B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2EE; }
p { color: rgb(82,178,238); }
H1.HeaderClassName
{
color: #52B2EE;
}
.AnyTagClassName
{
color: #52B2EE;
}
</style>
background-color css
<style>
a { background-color: #52B2EE; }
a { background-color: rgb(82,178,238); }
div.DivClassName
{
background-color: #52B2EE;
}
.BgClassName
{
background-color: #52B2EE;
}
</style>
border-color css
<style>
span { border-color: #52B2EE; }
span { border-color: rgb(82,178,238); }
td.TdClassName
{
border-color: #52B2EE;
}
.TagClassName
{
border-color: #52B2EE;
}
</style>