Shades of Malibu #53BBDD
Tints of Malibu #53BBDD
RGB
CMYK
RGB Variations
Color information
#53BBDD (or 0x53BBDD) is known color: Malibu. HEX triplet: 53, BB and DD. RGB value is (83,187,221). Sum of RGB (Red+Green+Blue) = 83+187+221=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #53BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBDD is #AC4422. Grayscale: #9F9F9F. Windows color (decimal): -11289635 or 14531411. OLE color: 14531411.
HSL color Cylindrical-coordinate representation of color #53BBDD: hue angle of 194.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BBDD is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 187 | 221 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.13 |
| HSL | 194.78º | 0.67% | 0.6% | - |
| HSV(B) | 194.78º | 0.62% | 0.87% | - |
| XYZ | 34.39 | 42.6 | 74.82 | - |
| YUV | 159.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 221 | 0.62 | 0.15 | 0 | 0.13 | 194.78 | 0.67 | 0.6 |
| Hex | 53 | BB | DD | 3E | F | 0 | D | C3 | 43 | 3C |
| Octal | 123 | 273 | 335 | 76 | 17 | 0 | 15 | 303 | 103 | 74 |
| Binary | 1010011 | 10111011 | 11011101 | 111110 | 1111 | 0 | 1101 | 11000011 | 1000011 | 111100 |
Color Harmonies of #53BBDD
Complementary color
Monochromatic Colors of #53BBDD
Black with #53BBDD
Text Example
Text Example
White with #53BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBDD; }
p { color: rgb(83,187,221); }
H1.HeaderClassName
{
color: #53BBDD;
}
.AnyTagClassName
{
color: #53BBDD;
}
</style>
background-color css
<style>
a { background-color: #53BBDD; }
a { background-color: rgb(83,187,221); }
div.DivClassName
{
background-color: #53BBDD;
}
.BgClassName
{
background-color: #53BBDD;
}
</style>
border-color css
<style>
span { border-color: #53BBDD; }
span { border-color: rgb(83,187,221); }
td.TdClassName
{
border-color: #53BBDD;
}
.TagClassName
{
border-color: #53BBDD;
}
</style>