Shades of Malibu #52BEF2
Tints of Malibu #52BEF2
RGB
CMYK
RGB Variations
Color information
#52BEF2 (or 0x52BEF2) is known color: Malibu. HEX triplet: 52, BE and F2. RGB value is (82,190,242). Sum of RGB (Red+Green+Blue) = 82+190+242=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEF2 is #AD410D. Grayscale: #A3A3A3. Windows color (decimal): -11354382 or 15908434. OLE color: 15908434.
HSL color Cylindrical-coordinate representation of color #52BEF2: hue angle of 199.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BEF2 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 190 | 242 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.05 |
| HSL | 199.5º | 0.86% | 0.64% | - |
| HSV(B) | 199.5º | 0.66% | 0.95% | - |
| XYZ | 37.92 | 45.03 | 90.7 | - |
| YUV | 163.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 242 | 0.66 | 0.21 | 0 | 0.05 | 199.5 | 0.86 | 0.64 |
| Hex | 52 | BE | F2 | 42 | 15 | 0 | 5 | C8 | 56 | 40 |
| Octal | 122 | 276 | 362 | 102 | 25 | 0 | 5 | 310 | 126 | 100 |
| Binary | 1010010 | 10111110 | 11110010 | 1000010 | 10101 | 0 | 101 | 11001000 | 1010110 | 1000000 |
Color Harmonies of #52BEF2
Complementary color
Monochromatic Colors of #52BEF2
Black with #52BEF2
Text Example
Text Example
White with #52BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEF2; }
p { color: rgb(82,190,242); }
H1.HeaderClassName
{
color: #52BEF2;
}
.AnyTagClassName
{
color: #52BEF2;
}
</style>
background-color css
<style>
a { background-color: #52BEF2; }
a { background-color: rgb(82,190,242); }
div.DivClassName
{
background-color: #52BEF2;
}
.BgClassName
{
background-color: #52BEF2;
}
</style>
border-color css
<style>
span { border-color: #52BEF2; }
span { border-color: rgb(82,190,242); }
td.TdClassName
{
border-color: #52BEF2;
}
.TagClassName
{
border-color: #52BEF2;
}
</style>