Shades of Malibu #54AAE4
Tints of Malibu #54AAE4
RGB
CMYK
RGB Variations
Color information
#54AAE4 (or 0x54AAE4) is known color: Malibu. HEX triplet: 54, AA and E4. RGB value is (84,170,228). Sum of RGB (Red+Green+Blue) = 84+170+228=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #54AAE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAE4 is #AB551B. Grayscale: #969696. Windows color (decimal): -11228444 or 14985812. OLE color: 14985812.
HSL color Cylindrical-coordinate representation of color #54AAE4: hue angle of 204.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54AAE4 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 170 | 228 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.11 |
| HSL | 204.17º | 0.73% | 0.61% | - |
| HSV(B) | 204.17º | 0.63% | 0.89% | - |
| XYZ | 32.03 | 36.24 | 78.7 | - |
| YUV | 150.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 228 | 0.63 | 0.25 | 0 | 0.11 | 204.17 | 0.73 | 0.61 |
| Hex | 54 | AA | E4 | 3F | 19 | 0 | B | CC | 49 | 3D |
| Octal | 124 | 252 | 344 | 77 | 31 | 0 | 13 | 314 | 111 | 75 |
| Binary | 1010100 | 10101010 | 11100100 | 111111 | 11001 | 0 | 1011 | 11001100 | 1001001 | 111101 |
Color Harmonies of #54AAE4
Complementary color
Monochromatic Colors of #54AAE4
Black with #54AAE4
Text Example
Text Example
White with #54AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAE4; }
p { color: rgb(84,170,228); }
H1.HeaderClassName
{
color: #54AAE4;
}
.AnyTagClassName
{
color: #54AAE4;
}
</style>
background-color css
<style>
a { background-color: #54AAE4; }
a { background-color: rgb(84,170,228); }
div.DivClassName
{
background-color: #54AAE4;
}
.BgClassName
{
background-color: #54AAE4;
}
</style>
border-color css
<style>
span { border-color: #54AAE4; }
span { border-color: rgb(84,170,228); }
td.TdClassName
{
border-color: #54AAE4;
}
.TagClassName
{
border-color: #54AAE4;
}
</style>