Shades of Malibu #55ACE9
Tints of Malibu #55ACE9
RGB
CMYK
RGB Variations
Color information
#55ACE9 (or 0x55ACE9) is known color: Malibu. HEX triplet: 55, AC and E9. RGB value is (85,172,233). Sum of RGB (Red+Green+Blue) = 85+172+233=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #55ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACE9 is #AA5316. Grayscale: #989898. Windows color (decimal): -11162391 or 15314005. OLE color: 15314005.
HSL color Cylindrical-coordinate representation of color #55ACE9: hue angle of 204.73º 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 #55ACE9 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 172 | 233 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.09 |
| HSL | 204.73º | 0.77% | 0.62% | - |
| HSV(B) | 204.73º | 0.64% | 0.91% | - |
| XYZ | 33.21 | 37.32 | 82.54 | - |
| YUV | 152.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 233 | 0.64 | 0.26 | 0 | 0.09 | 204.73 | 0.77 | 0.62 |
| Hex | 55 | AC | E9 | 40 | 1A | 0 | 9 | CD | 4D | 3E |
| Octal | 125 | 254 | 351 | 100 | 32 | 0 | 11 | 315 | 115 | 76 |
| Binary | 1010101 | 10101100 | 11101001 | 1000000 | 11010 | 0 | 1001 | 11001101 | 1001101 | 111110 |
Color Harmonies of #55ACE9
Complementary color
Monochromatic Colors of #55ACE9
Black with #55ACE9
Text Example
Text Example
White with #55ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACE9; }
p { color: rgb(85,172,233); }
H1.HeaderClassName
{
color: #55ACE9;
}
.AnyTagClassName
{
color: #55ACE9;
}
</style>
background-color css
<style>
a { background-color: #55ACE9; }
a { background-color: rgb(85,172,233); }
div.DivClassName
{
background-color: #55ACE9;
}
.BgClassName
{
background-color: #55ACE9;
}
</style>
border-color css
<style>
span { border-color: #55ACE9; }
span { border-color: rgb(85,172,233); }
td.TdClassName
{
border-color: #55ACE9;
}
.TagClassName
{
border-color: #55ACE9;
}
</style>