Shades of Malibu #55BADB
Tints of Malibu #55BADB
RGB
CMYK
RGB Variations
Color information
#55BADB (or 0x55BADB) is known color: Malibu. HEX triplet: 55, BA and DB. RGB value is (85,186,219). Sum of RGB (Red+Green+Blue) = 85+186+219=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #55BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BADB is #AA4524. Grayscale: #9F9F9F. Windows color (decimal): -11158821 or 14400085. OLE color: 14400085.
HSL color Cylindrical-coordinate representation of color #55BADB: hue angle of 194.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BADB is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 186 | 219 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.14 |
| HSL | 194.78º | 0.65% | 0.6% | - |
| HSV(B) | 194.78º | 0.61% | 0.86% | - |
| XYZ | 34.09 | 42.16 | 73.36 | - |
| YUV | 159.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 219 | 0.61 | 0.15 | 0 | 0.14 | 194.78 | 0.65 | 0.6 |
| Hex | 55 | BA | DB | 3D | F | 0 | E | C3 | 41 | 3C |
| Octal | 125 | 272 | 333 | 75 | 17 | 0 | 16 | 303 | 101 | 74 |
| Binary | 1010101 | 10111010 | 11011011 | 111101 | 1111 | 0 | 1110 | 11000011 | 1000001 | 111100 |
Color Harmonies of #55BADB
Complementary color
Monochromatic Colors of #55BADB
Black with #55BADB
Text Example
Text Example
White with #55BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BADB; }
p { color: rgb(85,186,219); }
H1.HeaderClassName
{
color: #55BADB;
}
.AnyTagClassName
{
color: #55BADB;
}
</style>
background-color css
<style>
a { background-color: #55BADB; }
a { background-color: rgb(85,186,219); }
div.DivClassName
{
background-color: #55BADB;
}
.BgClassName
{
background-color: #55BADB;
}
</style>
border-color css
<style>
span { border-color: #55BADB; }
span { border-color: rgb(85,186,219); }
td.TdClassName
{
border-color: #55BADB;
}
.TagClassName
{
border-color: #55BADB;
}
</style>