Shades of Malibu #55ACEA
Tints of Malibu #55ACEA
RGB
CMYK
RGB Variations
Color information
#55ACEA (or 0x55ACEA) is known color: Malibu. HEX triplet: 55, AC and EA. RGB value is (85,172,234). Sum of RGB (Red+Green+Blue) = 85+172+234=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #55ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACEA is #AA5315. Grayscale: #989898. Windows color (decimal): -11162390 or 15379541. OLE color: 15379541.
HSL color Cylindrical-coordinate representation of color #55ACEA: hue angle of 204.97º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ACEA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 172 | 234 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.08 |
| HSL | 204.97º | 0.78% | 0.63% | - |
| HSV(B) | 204.97º | 0.64% | 0.92% | - |
| XYZ | 33.35 | 37.38 | 83.3 | - |
| YUV | 153.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 234 | 0.64 | 0.26 | 0 | 0.08 | 204.97 | 0.78 | 0.63 |
| Hex | 55 | AC | EA | 40 | 1A | 0 | 8 | CD | 4E | 3F |
| Octal | 125 | 254 | 352 | 100 | 32 | 0 | 10 | 315 | 116 | 77 |
| Binary | 1010101 | 10101100 | 11101010 | 1000000 | 11010 | 0 | 1000 | 11001101 | 1001110 | 111111 |
Color Harmonies of #55ACEA
Complementary color
Monochromatic Colors of #55ACEA
Black with #55ACEA
Text Example
Text Example
White with #55ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACEA; }
p { color: rgb(85,172,234); }
H1.HeaderClassName
{
color: #55ACEA;
}
.AnyTagClassName
{
color: #55ACEA;
}
</style>
background-color css
<style>
a { background-color: #55ACEA; }
a { background-color: rgb(85,172,234); }
div.DivClassName
{
background-color: #55ACEA;
}
.BgClassName
{
background-color: #55ACEA;
}
</style>
border-color css
<style>
span { border-color: #55ACEA; }
span { border-color: rgb(85,172,234); }
td.TdClassName
{
border-color: #55ACEA;
}
.TagClassName
{
border-color: #55ACEA;
}
</style>