Shades of Malibu #55BADE
Tints of Malibu #55BADE
RGB
CMYK
RGB Variations
Color information
#55BADE (or 0x55BADE) is known color: Malibu. HEX triplet: 55, BA and DE. RGB value is (85,186,222). Sum of RGB (Red+Green+Blue) = 85+186+222=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #55BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BADE is #AA4521. Grayscale: #9F9F9F. Windows color (decimal): -11158818 or 14596693. OLE color: 14596693.
HSL color Cylindrical-coordinate representation of color #55BADE: hue angle of 195.77º 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 #55BADE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 186 | 222 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.13 |
| HSL | 195.77º | 0.67% | 0.6% | - |
| HSV(B) | 195.77º | 0.62% | 0.87% | - |
| XYZ | 34.49 | 42.32 | 75.46 | - |
| YUV | 159.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 222 | 0.62 | 0.16 | 0 | 0.13 | 195.77 | 0.67 | 0.6 |
| Hex | 55 | BA | DE | 3E | 10 | 0 | D | C4 | 43 | 3C |
| Octal | 125 | 272 | 336 | 76 | 20 | 0 | 15 | 304 | 103 | 74 |
| Binary | 1010101 | 10111010 | 11011110 | 111110 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111100 |
Color Harmonies of #55BADE
Complementary color
Monochromatic Colors of #55BADE
Black with #55BADE
Text Example
Text Example
White with #55BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BADE; }
p { color: rgb(85,186,222); }
H1.HeaderClassName
{
color: #55BADE;
}
.AnyTagClassName
{
color: #55BADE;
}
</style>
background-color css
<style>
a { background-color: #55BADE; }
a { background-color: rgb(85,186,222); }
div.DivClassName
{
background-color: #55BADE;
}
.BgClassName
{
background-color: #55BADE;
}
</style>
border-color css
<style>
span { border-color: #55BADE; }
span { border-color: rgb(85,186,222); }
td.TdClassName
{
border-color: #55BADE;
}
.TagClassName
{
border-color: #55BADE;
}
</style>