Shades of Malibu #52BCF1
Tints of Malibu #52BCF1
RGB
CMYK
RGB Variations
Color information
#52BCF1 (or 0x52BCF1) is known color: Malibu. HEX triplet: 52, BC and F1. RGB value is (82,188,241). Sum of RGB (Red+Green+Blue) = 82+188+241=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #52BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCF1 is #AD430E. Grayscale: #A2A2A2. Windows color (decimal): -11354895 or 15842386. OLE color: 15842386.
HSL color Cylindrical-coordinate representation of color #52BCF1: hue angle of 200º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BCF1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 188 | 241 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 200º | 0.85% | 0.63% | - |
| HSV(B) | 200º | 0.66% | 0.95% | - |
| XYZ | 37.34 | 44.11 | 89.77 | - |
| YUV | 162.35 | 172.38 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 241 | 0.66 | 0.22 | 0 | 0.05 | 200 | 0.85 | 0.63 |
| Hex | 52 | BC | F1 | 42 | 16 | 0 | 5 | C8 | 55 | 3F |
| Octal | 122 | 274 | 361 | 102 | 26 | 0 | 5 | 310 | 125 | 77 |
| Binary | 1010010 | 10111100 | 11110001 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010101 | 111111 |
Color Harmonies of #52BCF1
Complementary color
Monochromatic Colors of #52BCF1
Black with #52BCF1
Text Example
Text Example
White with #52BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCF1; }
p { color: rgb(82,188,241); }
H1.HeaderClassName
{
color: #52BCF1;
}
.AnyTagClassName
{
color: #52BCF1;
}
</style>
background-color css
<style>
a { background-color: #52BCF1; }
a { background-color: rgb(82,188,241); }
div.DivClassName
{
background-color: #52BCF1;
}
.BgClassName
{
background-color: #52BCF1;
}
</style>
border-color css
<style>
span { border-color: #52BCF1; }
span { border-color: rgb(82,188,241); }
td.TdClassName
{
border-color: #52BCF1;
}
.TagClassName
{
border-color: #52BCF1;
}
</style>