Shades of Malibu #52BEF0
Tints of Malibu #52BEF0
RGB
CMYK
RGB Variations
Color information
#52BEF0 (or 0x52BEF0) is known color: Malibu. HEX triplet: 52, BE and F0. RGB value is (82,190,240). Sum of RGB (Red+Green+Blue) = 82+190+240=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #52BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEF0 is #AD410F. Grayscale: #A3A3A3. Windows color (decimal): -11354384 or 15777362. OLE color: 15777362.
HSL color Cylindrical-coordinate representation of color #52BEF0: hue angle of 198.99º 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 #52BEF0 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 190 | 240 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.06 |
| HSL | 198.99º | 0.84% | 0.63% | - |
| HSV(B) | 198.99º | 0.66% | 0.94% | - |
| XYZ | 37.62 | 44.91 | 89.12 | - |
| YUV | 163.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 240 | 0.66 | 0.21 | 0 | 0.06 | 198.99 | 0.84 | 0.63 |
| Hex | 52 | BE | F0 | 42 | 15 | 0 | 6 | C7 | 54 | 3F |
| Octal | 122 | 276 | 360 | 102 | 25 | 0 | 6 | 307 | 124 | 77 |
| Binary | 1010010 | 10111110 | 11110000 | 1000010 | 10101 | 0 | 110 | 11000111 | 1010100 | 111111 |
Color Harmonies of #52BEF0
Complementary color
Monochromatic Colors of #52BEF0
Black with #52BEF0
Text Example
Text Example
White with #52BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEF0; }
p { color: rgb(82,190,240); }
H1.HeaderClassName
{
color: #52BEF0;
}
.AnyTagClassName
{
color: #52BEF0;
}
</style>
background-color css
<style>
a { background-color: #52BEF0; }
a { background-color: rgb(82,190,240); }
div.DivClassName
{
background-color: #52BEF0;
}
.BgClassName
{
background-color: #52BEF0;
}
</style>
border-color css
<style>
span { border-color: #52BEF0; }
span { border-color: rgb(82,190,240); }
td.TdClassName
{
border-color: #52BEF0;
}
.TagClassName
{
border-color: #52BEF0;
}
</style>