Shades of Malibu #55AAEC
Tints of Malibu #55AAEC
RGB
CMYK
RGB Variations
Color information
#55AAEC (or 0x55AAEC) is known color: Malibu. HEX triplet: 55, AA and EC. RGB value is (85,170,236). Sum of RGB (Red+Green+Blue) = 85+170+236=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #55AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAEC is #AA5513. Grayscale: #979797. Windows color (decimal): -11162900 or 15510101. OLE color: 15510101.
HSL color Cylindrical-coordinate representation of color #55AAEC: hue angle of 206.23º 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 #55AAEC is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 170 | 236 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.07 |
| HSL | 206.23º | 0.8% | 0.63% | - |
| HSV(B) | 206.23º | 0.64% | 0.93% | - |
| XYZ | 33.26 | 36.74 | 84.69 | - |
| YUV | 152.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 236 | 0.64 | 0.28 | 0 | 0.07 | 206.23 | 0.8 | 0.63 |
| Hex | 55 | AA | EC | 40 | 1C | 0 | 7 | CE | 50 | 3F |
| Octal | 125 | 252 | 354 | 100 | 34 | 0 | 7 | 316 | 120 | 77 |
| Binary | 1010101 | 10101010 | 11101100 | 1000000 | 11100 | 0 | 111 | 11001110 | 1010000 | 111111 |
Color Harmonies of #55AAEC
Complementary color
Monochromatic Colors of #55AAEC
Black with #55AAEC
Text Example
Text Example
White with #55AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAEC; }
p { color: rgb(85,170,236); }
H1.HeaderClassName
{
color: #55AAEC;
}
.AnyTagClassName
{
color: #55AAEC;
}
</style>
background-color css
<style>
a { background-color: #55AAEC; }
a { background-color: rgb(85,170,236); }
div.DivClassName
{
background-color: #55AAEC;
}
.BgClassName
{
background-color: #55AAEC;
}
</style>
border-color css
<style>
span { border-color: #55AAEC; }
span { border-color: rgb(85,170,236); }
td.TdClassName
{
border-color: #55AAEC;
}
.TagClassName
{
border-color: #55AAEC;
}
</style>