Shades of Malibu #52BBDD
Tints of Malibu #52BBDD
RGB
CMYK
RGB Variations
Color information
#52BBDD (or 0x52BBDD) is known color: Malibu. HEX triplet: 52, BB and DD. RGB value is (82,187,221). Sum of RGB (Red+Green+Blue) = 82+187+221=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #52BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBDD is #AD4422. Grayscale: #9F9F9F. Windows color (decimal): -11355171 or 14531410. OLE color: 14531410.
HSL color Cylindrical-coordinate representation of color #52BBDD: hue angle of 194.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BBDD is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 187 | 221 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.13 |
| HSL | 194.68º | 0.67% | 0.59% | - |
| HSV(B) | 194.68º | 0.63% | 0.87% | - |
| XYZ | 34.3 | 42.55 | 74.81 | - |
| YUV | 159.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 221 | 0.63 | 0.15 | 0 | 0.13 | 194.68 | 0.67 | 0.59 |
| Hex | 52 | BB | DD | 3F | F | 0 | D | C3 | 43 | 3B |
| Octal | 122 | 273 | 335 | 77 | 17 | 0 | 15 | 303 | 103 | 73 |
| Binary | 1010010 | 10111011 | 11011101 | 111111 | 1111 | 0 | 1101 | 11000011 | 1000011 | 111011 |
Color Harmonies of #52BBDD
Complementary color
Monochromatic Colors of #52BBDD
Black with #52BBDD
Text Example
Text Example
White with #52BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBDD; }
p { color: rgb(82,187,221); }
H1.HeaderClassName
{
color: #52BBDD;
}
.AnyTagClassName
{
color: #52BBDD;
}
</style>
background-color css
<style>
a { background-color: #52BBDD; }
a { background-color: rgb(82,187,221); }
div.DivClassName
{
background-color: #52BBDD;
}
.BgClassName
{
background-color: #52BBDD;
}
</style>
border-color css
<style>
span { border-color: #52BBDD; }
span { border-color: rgb(82,187,221); }
td.TdClassName
{
border-color: #52BBDD;
}
.TagClassName
{
border-color: #52BBDD;
}
</style>