Shades of Malibu #52BDF0
Tints of Malibu #52BDF0
RGB
CMYK
RGB Variations
Color information
#52BDF0 (or 0x52BDF0) is known color: Malibu. HEX triplet: 52, BD and F0. RGB value is (82,189,240). Sum of RGB (Red+Green+Blue) = 82+189+240=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #52BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDF0 is #AD420F. Grayscale: #A2A2A2. Windows color (decimal): -11354640 or 15777106. OLE color: 15777106.
HSL color Cylindrical-coordinate representation of color #52BDF0: hue angle of 199.37º 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 #52BDF0 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 189 | 240 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.06 |
| HSL | 199.37º | 0.84% | 0.63% | - |
| HSV(B) | 199.37º | 0.66% | 0.94% | - |
| XYZ | 37.41 | 44.48 | 89.05 | - |
| YUV | 162.82 | 171.55 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 240 | 0.66 | 0.21 | 0 | 0.06 | 199.37 | 0.84 | 0.63 |
| Hex | 52 | BD | F0 | 42 | 15 | 0 | 6 | C7 | 54 | 3F |
| Octal | 122 | 275 | 360 | 102 | 25 | 0 | 6 | 307 | 124 | 77 |
| Binary | 1010010 | 10111101 | 11110000 | 1000010 | 10101 | 0 | 110 | 11000111 | 1010100 | 111111 |
Color Harmonies of #52BDF0
Complementary color
Monochromatic Colors of #52BDF0
Black with #52BDF0
Text Example
Text Example
White with #52BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDF0; }
p { color: rgb(82,189,240); }
H1.HeaderClassName
{
color: #52BDF0;
}
.AnyTagClassName
{
color: #52BDF0;
}
</style>
background-color css
<style>
a { background-color: #52BDF0; }
a { background-color: rgb(82,189,240); }
div.DivClassName
{
background-color: #52BDF0;
}
.BgClassName
{
background-color: #52BDF0;
}
</style>
border-color css
<style>
span { border-color: #52BDF0; }
span { border-color: rgb(82,189,240); }
td.TdClassName
{
border-color: #52BDF0;
}
.TagClassName
{
border-color: #52BDF0;
}
</style>