Shades of Malibu #55BAEC
Tints of Malibu #55BAEC
RGB
CMYK
RGB Variations
Color information
#55BAEC (or 0x55BAEC) is known color: Malibu. HEX triplet: 55, BA and EC. RGB value is (85,186,236). Sum of RGB (Red+Green+Blue) = 85+186+236=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #55BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAEC is #AA4513. Grayscale: #A1A1A1. Windows color (decimal): -11158804 or 15514197. OLE color: 15514197.
HSL color Cylindrical-coordinate representation of color #55BAEC: hue angle of 199.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BAEC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 186 | 236 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.07 |
| HSL | 199.87º | 0.8% | 0.63% | - |
| HSV(B) | 199.87º | 0.64% | 0.93% | - |
| XYZ | 36.45 | 43.11 | 85.76 | - |
| YUV | 161.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 236 | 0.64 | 0.21 | 0 | 0.07 | 199.87 | 0.8 | 0.63 |
| Hex | 55 | BA | EC | 40 | 15 | 0 | 7 | C8 | 50 | 3F |
| Octal | 125 | 272 | 354 | 100 | 25 | 0 | 7 | 310 | 120 | 77 |
| Binary | 1010101 | 10111010 | 11101100 | 1000000 | 10101 | 0 | 111 | 11001000 | 1010000 | 111111 |
Color Harmonies of #55BAEC
Complementary color
Monochromatic Colors of #55BAEC
Black with #55BAEC
Text Example
Text Example
White with #55BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAEC; }
p { color: rgb(85,186,236); }
H1.HeaderClassName
{
color: #55BAEC;
}
.AnyTagClassName
{
color: #55BAEC;
}
</style>
background-color css
<style>
a { background-color: #55BAEC; }
a { background-color: rgb(85,186,236); }
div.DivClassName
{
background-color: #55BAEC;
}
.BgClassName
{
background-color: #55BAEC;
}
</style>
border-color css
<style>
span { border-color: #55BAEC; }
span { border-color: rgb(85,186,236); }
td.TdClassName
{
border-color: #55BAEC;
}
.TagClassName
{
border-color: #55BAEC;
}
</style>