Shades of Malibu #55BAE9
Tints of Malibu #55BAE9
RGB
CMYK
RGB Variations
Color information
#55BAE9 (or 0x55BAE9) is known color: Malibu. HEX triplet: 55, BA and E9. RGB value is (85,186,233). Sum of RGB (Red+Green+Blue) = 85+186+233=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #55BAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAE9 is #AA4516. Grayscale: #A0A0A0. Windows color (decimal): -11158807 or 15317589. OLE color: 15317589.
HSL color Cylindrical-coordinate representation of color #55BAE9: hue angle of 199.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BAE9 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 186 | 233 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.09 |
| HSL | 199.05º | 0.77% | 0.62% | - |
| HSV(B) | 199.05º | 0.64% | 0.91% | - |
| XYZ | 36.01 | 42.93 | 83.48 | - |
| YUV | 161.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 233 | 0.64 | 0.20 | 0 | 0.09 | 199.05 | 0.77 | 0.62 |
| Hex | 55 | BA | E9 | 40 | 14 | 0 | 9 | C7 | 4D | 3E |
| Octal | 125 | 272 | 351 | 100 | 24 | 0 | 11 | 307 | 115 | 76 |
| Binary | 1010101 | 10111010 | 11101001 | 1000000 | 10100 | 0 | 1001 | 11000111 | 1001101 | 111110 |
Color Harmonies of #55BAE9
Complementary color
Monochromatic Colors of #55BAE9
Black with #55BAE9
Text Example
Text Example
White with #55BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAE9; }
p { color: rgb(85,186,233); }
H1.HeaderClassName
{
color: #55BAE9;
}
.AnyTagClassName
{
color: #55BAE9;
}
</style>
background-color css
<style>
a { background-color: #55BAE9; }
a { background-color: rgb(85,186,233); }
div.DivClassName
{
background-color: #55BAE9;
}
.BgClassName
{
background-color: #55BAE9;
}
</style>
border-color css
<style>
span { border-color: #55BAE9; }
span { border-color: rgb(85,186,233); }
td.TdClassName
{
border-color: #55BAE9;
}
.TagClassName
{
border-color: #55BAE9;
}
</style>