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