Shades of Malibu #52BBDF
Tints of Malibu #52BBDF
RGB
CMYK
RGB Variations
Color information
#52BBDF (or 0x52BBDF) is known color: Malibu. HEX triplet: 52, BB and DF. RGB value is (82,187,223). Sum of RGB (Red+Green+Blue) = 82+187+223=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #52BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBDF is #AD4420. Grayscale: #9F9F9F. Windows color (decimal): -11355169 or 14662482. OLE color: 14662482.
HSL color Cylindrical-coordinate representation of color #52BBDF: hue angle of 195.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BBDF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 187 | 223 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.13 |
| HSL | 195.32º | 0.69% | 0.6% | - |
| HSV(B) | 195.32º | 0.63% | 0.87% | - |
| XYZ | 34.57 | 42.66 | 76.22 | - |
| YUV | 159.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 223 | 0.63 | 0.16 | 0 | 0.13 | 195.32 | 0.69 | 0.6 |
| Hex | 52 | BB | DF | 3F | 10 | 0 | D | C3 | 45 | 3C |
| Octal | 122 | 273 | 337 | 77 | 20 | 0 | 15 | 303 | 105 | 74 |
| Binary | 1010010 | 10111011 | 11011111 | 111111 | 10000 | 0 | 1101 | 11000011 | 1000101 | 111100 |
Color Harmonies of #52BBDF
Complementary color
Monochromatic Colors of #52BBDF
Black with #52BBDF
Text Example
Text Example
White with #52BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBDF; }
p { color: rgb(82,187,223); }
H1.HeaderClassName
{
color: #52BBDF;
}
.AnyTagClassName
{
color: #52BBDF;
}
</style>
background-color css
<style>
a { background-color: #52BBDF; }
a { background-color: rgb(82,187,223); }
div.DivClassName
{
background-color: #52BBDF;
}
.BgClassName
{
background-color: #52BBDF;
}
</style>
border-color css
<style>
span { border-color: #52BBDF; }
span { border-color: rgb(82,187,223); }
td.TdClassName
{
border-color: #52BBDF;
}
.TagClassName
{
border-color: #52BBDF;
}
</style>