Shades of Malibu #52BDF1
Tints of Malibu #52BDF1
RGB
CMYK
RGB Variations
Color information
#52BDF1 (or 0x52BDF1) is known color: Malibu. HEX triplet: 52, BD and F1. RGB value is (82,189,241). Sum of RGB (Red+Green+Blue) = 82+189+241=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #52BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDF1 is #AD420E. Grayscale: #A2A2A2. Windows color (decimal): -11354639 or 15842642. OLE color: 15842642.
HSL color Cylindrical-coordinate representation of color #52BDF1: hue angle of 199.62º 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 #52BDF1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 189 | 241 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 199.62º | 0.85% | 0.63% | - |
| HSV(B) | 199.62º | 0.66% | 0.95% | - |
| XYZ | 37.55 | 44.54 | 89.84 | - |
| YUV | 162.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 241 | 0.66 | 0.22 | 0 | 0.05 | 199.62 | 0.85 | 0.63 |
| Hex | 52 | BD | F1 | 42 | 16 | 0 | 5 | C8 | 55 | 3F |
| Octal | 122 | 275 | 361 | 102 | 26 | 0 | 5 | 310 | 125 | 77 |
| Binary | 1010010 | 10111101 | 11110001 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010101 | 111111 |
Color Harmonies of #52BDF1
Complementary color
Monochromatic Colors of #52BDF1
Black with #52BDF1
Text Example
Text Example
White with #52BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDF1; }
p { color: rgb(82,189,241); }
H1.HeaderClassName
{
color: #52BDF1;
}
.AnyTagClassName
{
color: #52BDF1;
}
</style>
background-color css
<style>
a { background-color: #52BDF1; }
a { background-color: rgb(82,189,241); }
div.DivClassName
{
background-color: #52BDF1;
}
.BgClassName
{
background-color: #52BDF1;
}
</style>
border-color css
<style>
span { border-color: #52BDF1; }
span { border-color: rgb(82,189,241); }
td.TdClassName
{
border-color: #52BDF1;
}
.TagClassName
{
border-color: #52BDF1;
}
</style>