Shades of Malibu #55AEEC
Tints of Malibu #55AEEC
RGB
CMYK
RGB Variations
Color information
#55AEEC (or 0x55AEEC) is known color: Malibu. HEX triplet: 55, AE and EC. RGB value is (85,174,236). Sum of RGB (Red+Green+Blue) = 85+174+236=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #55AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AEEC is #AA5113. Grayscale: #9A9A9A. Windows color (decimal): -11161876 or 15511125. OLE color: 15511125.
HSL color Cylindrical-coordinate representation of color #55AEEC: hue angle of 204.64º 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 #55AEEC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 174 | 236 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.07 |
| HSL | 204.64º | 0.8% | 0.63% | - |
| HSV(B) | 204.64º | 0.64% | 0.93% | - |
| XYZ | 34.02 | 38.26 | 84.95 | - |
| YUV | 154.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 236 | 0.64 | 0.26 | 0 | 0.07 | 204.64 | 0.8 | 0.63 |
| Hex | 55 | AE | EC | 40 | 1A | 0 | 7 | CD | 50 | 3F |
| Octal | 125 | 256 | 354 | 100 | 32 | 0 | 7 | 315 | 120 | 77 |
| Binary | 1010101 | 10101110 | 11101100 | 1000000 | 11010 | 0 | 111 | 11001101 | 1010000 | 111111 |
Color Harmonies of #55AEEC
Complementary color
Monochromatic Colors of #55AEEC
Black with #55AEEC
Text Example
Text Example
White with #55AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEEC; }
p { color: rgb(85,174,236); }
H1.HeaderClassName
{
color: #55AEEC;
}
.AnyTagClassName
{
color: #55AEEC;
}
</style>
background-color css
<style>
a { background-color: #55AEEC; }
a { background-color: rgb(85,174,236); }
div.DivClassName
{
background-color: #55AEEC;
}
.BgClassName
{
background-color: #55AEEC;
}
</style>
border-color css
<style>
span { border-color: #55AEEC; }
span { border-color: rgb(85,174,236); }
td.TdClassName
{
border-color: #55AEEC;
}
.TagClassName
{
border-color: #55AEEC;
}
</style>