Shades of Malibu #52CAF0
Tints of Malibu #52CAF0
RGB
CMYK
RGB Variations
Color information
#52CAF0 (or 0x52CAF0) is known color: Malibu. HEX triplet: 52, CA and F0. RGB value is (82,202,240). Sum of RGB (Red+Green+Blue) = 82+202+240=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #52CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CAF0 is #AD350F. Grayscale: #AAAAAA. Windows color (decimal): -11351312 or 15780434. OLE color: 15780434.
HSL color Cylindrical-coordinate representation of color #52CAF0: hue angle of 194.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CAF0 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 202 | 240 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.06 |
| HSL | 194.43º | 0.84% | 0.63% | - |
| HSV(B) | 194.43º | 0.66% | 0.94% | - |
| XYZ | 40.33 | 50.33 | 90.03 | - |
| YUV | 170.45 | 167.24 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 240 | 0.66 | 0.16 | 0 | 0.06 | 194.43 | 0.84 | 0.63 |
| Hex | 52 | CA | F0 | 42 | 10 | 0 | 6 | C2 | 54 | 3F |
| Octal | 122 | 312 | 360 | 102 | 20 | 0 | 6 | 302 | 124 | 77 |
| Binary | 1010010 | 11001010 | 11110000 | 1000010 | 10000 | 0 | 110 | 11000010 | 1010100 | 111111 |
Color Harmonies of #52CAF0
Complementary color
Monochromatic Colors of #52CAF0
Black with #52CAF0
Text Example
Text Example
White with #52CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CAF0; }
p { color: rgb(82,202,240); }
H1.HeaderClassName
{
color: #52CAF0;
}
.AnyTagClassName
{
color: #52CAF0;
}
</style>
background-color css
<style>
a { background-color: #52CAF0; }
a { background-color: rgb(82,202,240); }
div.DivClassName
{
background-color: #52CAF0;
}
.BgClassName
{
background-color: #52CAF0;
}
</style>
border-color css
<style>
span { border-color: #52CAF0; }
span { border-color: rgb(82,202,240); }
td.TdClassName
{
border-color: #52CAF0;
}
.TagClassName
{
border-color: #52CAF0;
}
</style>