Shades of Malibu #52BCF2
Tints of Malibu #52BCF2
RGB
CMYK
RGB Variations
Color information
#52BCF2 (or 0x52BCF2) is known color: Malibu. HEX triplet: 52, BC and F2. RGB value is (82,188,242). Sum of RGB (Red+Green+Blue) = 82+188+242=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCF2 is #AD430D. Grayscale: #A2A2A2. Windows color (decimal): -11354894 or 15907922. OLE color: 15907922.
HSL color Cylindrical-coordinate representation of color #52BCF2: hue angle of 200.25º 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 #52BCF2 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 188 | 242 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 200.25º | 0.86% | 0.64% | - |
| HSV(B) | 200.25º | 0.66% | 0.95% | - |
| XYZ | 37.49 | 44.17 | 90.55 | - |
| YUV | 162.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 242 | 0.66 | 0.22 | 0 | 0.05 | 200.25 | 0.86 | 0.64 |
| Hex | 52 | BC | F2 | 42 | 16 | 0 | 5 | C8 | 56 | 40 |
| Octal | 122 | 274 | 362 | 102 | 26 | 0 | 5 | 310 | 126 | 100 |
| Binary | 1010010 | 10111100 | 11110010 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010110 | 1000000 |
Color Harmonies of #52BCF2
Complementary color
Monochromatic Colors of #52BCF2
Black with #52BCF2
Text Example
Text Example
White with #52BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCF2; }
p { color: rgb(82,188,242); }
H1.HeaderClassName
{
color: #52BCF2;
}
.AnyTagClassName
{
color: #52BCF2;
}
</style>
background-color css
<style>
a { background-color: #52BCF2; }
a { background-color: rgb(82,188,242); }
div.DivClassName
{
background-color: #52BCF2;
}
.BgClassName
{
background-color: #52BCF2;
}
</style>
border-color css
<style>
span { border-color: #52BCF2; }
span { border-color: rgb(82,188,242); }
td.TdClassName
{
border-color: #52BCF2;
}
.TagClassName
{
border-color: #52BCF2;
}
</style>