Shades of Malibu #54AAE6
Tints of Malibu #54AAE6
RGB
CMYK
RGB Variations
Color information
#54AAE6 (or 0x54AAE6) is known color: Malibu. HEX triplet: 54, AA and E6. RGB value is (84,170,230). Sum of RGB (Red+Green+Blue) = 84+170+230=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #54AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AAE6 is #AB5519. Grayscale: #969696. Windows color (decimal): -11228442 or 15116884. OLE color: 15116884.
HSL color Cylindrical-coordinate representation of color #54AAE6: hue angle of 204.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54AAE6 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 170 | 230 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.10 |
| HSL | 204.66º | 0.74% | 0.62% | - |
| HSV(B) | 204.66º | 0.63% | 0.9% | - |
| XYZ | 32.31 | 36.35 | 80.18 | - |
| YUV | 151.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 230 | 0.63 | 0.26 | 0 | 0.10 | 204.66 | 0.74 | 0.62 |
| Hex | 54 | AA | E6 | 3F | 1A | 0 | A | CD | 4A | 3E |
| Octal | 124 | 252 | 346 | 77 | 32 | 0 | 12 | 315 | 112 | 76 |
| Binary | 1010100 | 10101010 | 11100110 | 111111 | 11010 | 0 | 1010 | 11001101 | 1001010 | 111110 |
Color Harmonies of #54AAE6
Complementary color
Monochromatic Colors of #54AAE6
Black with #54AAE6
Text Example
Text Example
White with #54AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAE6; }
p { color: rgb(84,170,230); }
H1.HeaderClassName
{
color: #54AAE6;
}
.AnyTagClassName
{
color: #54AAE6;
}
</style>
background-color css
<style>
a { background-color: #54AAE6; }
a { background-color: rgb(84,170,230); }
div.DivClassName
{
background-color: #54AAE6;
}
.BgClassName
{
background-color: #54AAE6;
}
</style>
border-color css
<style>
span { border-color: #54AAE6; }
span { border-color: rgb(84,170,230); }
td.TdClassName
{
border-color: #54AAE6;
}
.TagClassName
{
border-color: #54AAE6;
}
</style>