Shades of Malibu #52BCE0
Tints of Malibu #52BCE0
RGB
CMYK
RGB Variations
Color information
#52BCE0 (or 0x52BCE0) is known color: Malibu. HEX triplet: 52, BC and E0. RGB value is (82,188,224). Sum of RGB (Red+Green+Blue) = 82+188+224=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #52BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCE0 is #AD431F. Grayscale: #A0A0A0. Windows color (decimal): -11354912 or 14728274. OLE color: 14728274.
HSL color Cylindrical-coordinate representation of color #52BCE0: hue angle of 195.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BCE0 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 188 | 224 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.12 |
| HSL | 195.21º | 0.7% | 0.6% | - |
| HSV(B) | 195.21º | 0.63% | 0.88% | - |
| XYZ | 34.92 | 43.14 | 77.01 | - |
| YUV | 160.41 | 163.88 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 224 | 0.63 | 0.16 | 0 | 0.12 | 195.21 | 0.7 | 0.6 |
| Hex | 52 | BC | E0 | 3F | 10 | 0 | C | C3 | 46 | 3C |
| Octal | 122 | 274 | 340 | 77 | 20 | 0 | 14 | 303 | 106 | 74 |
| Binary | 1010010 | 10111100 | 11100000 | 111111 | 10000 | 0 | 1100 | 11000011 | 1000110 | 111100 |
Color Harmonies of #52BCE0
Complementary color
Monochromatic Colors of #52BCE0
Black with #52BCE0
Text Example
Text Example
White with #52BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCE0; }
p { color: rgb(82,188,224); }
H1.HeaderClassName
{
color: #52BCE0;
}
.AnyTagClassName
{
color: #52BCE0;
}
</style>
background-color css
<style>
a { background-color: #52BCE0; }
a { background-color: rgb(82,188,224); }
div.DivClassName
{
background-color: #52BCE0;
}
.BgClassName
{
background-color: #52BCE0;
}
</style>
border-color css
<style>
span { border-color: #52BCE0; }
span { border-color: rgb(82,188,224); }
td.TdClassName
{
border-color: #52BCE0;
}
.TagClassName
{
border-color: #52BCE0;
}
</style>