Shades of Malibu #55BADD
Tints of Malibu #55BADD
RGB
CMYK
RGB Variations
Color information
#55BADD (or 0x55BADD) is known color: Malibu. HEX triplet: 55, BA and DD. RGB value is (85,186,221). Sum of RGB (Red+Green+Blue) = 85+186+221=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #55BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BADD is #AA4522. Grayscale: #9F9F9F. Windows color (decimal): -11158819 or 14531157. OLE color: 14531157.
HSL color Cylindrical-coordinate representation of color #55BADD: hue angle of 195.44º 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 #55BADD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 186 | 221 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.13 |
| HSL | 195.44º | 0.67% | 0.6% | - |
| HSV(B) | 195.44º | 0.62% | 0.87% | - |
| XYZ | 34.36 | 42.27 | 74.75 | - |
| YUV | 159.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 221 | 0.62 | 0.16 | 0 | 0.13 | 195.44 | 0.67 | 0.6 |
| Hex | 55 | BA | DD | 3E | 10 | 0 | D | C3 | 43 | 3C |
| Octal | 125 | 272 | 335 | 76 | 20 | 0 | 15 | 303 | 103 | 74 |
| Binary | 1010101 | 10111010 | 11011101 | 111110 | 10000 | 0 | 1101 | 11000011 | 1000011 | 111100 |
Color Harmonies of #55BADD
Complementary color
Monochromatic Colors of #55BADD
Black with #55BADD
Text Example
Text Example
White with #55BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BADD; }
p { color: rgb(85,186,221); }
H1.HeaderClassName
{
color: #55BADD;
}
.AnyTagClassName
{
color: #55BADD;
}
</style>
background-color css
<style>
a { background-color: #55BADD; }
a { background-color: rgb(85,186,221); }
div.DivClassName
{
background-color: #55BADD;
}
.BgClassName
{
background-color: #55BADD;
}
</style>
border-color css
<style>
span { border-color: #55BADD; }
span { border-color: rgb(85,186,221); }
td.TdClassName
{
border-color: #55BADD;
}
.TagClassName
{
border-color: #55BADD;
}
</style>