Shades of Malibu #54AAED
Tints of Malibu #54AAED
RGB
CMYK
RGB Variations
Color information
#54AAED (or 0x54AAED) is known color: Malibu. HEX triplet: 54, AA and ED. RGB value is (84,170,237). Sum of RGB (Red+Green+Blue) = 84+170+237=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #54AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AAED is #AB5512. Grayscale: #979797. Windows color (decimal): -11228435 or 15575636. OLE color: 15575636.
HSL color Cylindrical-coordinate representation of color #54AAED: hue angle of 206.27º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54AAED is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 170 | 237 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.07 |
| HSL | 206.27º | 0.81% | 0.63% | - |
| HSV(B) | 206.27º | 0.65% | 0.93% | - |
| XYZ | 33.32 | 36.75 | 85.46 | - |
| YUV | 151.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 237 | 0.65 | 0.28 | 0 | 0.07 | 206.27 | 0.81 | 0.63 |
| Hex | 54 | AA | ED | 41 | 1C | 0 | 7 | CE | 51 | 3F |
| Octal | 124 | 252 | 355 | 101 | 34 | 0 | 7 | 316 | 121 | 77 |
| Binary | 1010100 | 10101010 | 11101101 | 1000001 | 11100 | 0 | 111 | 11001110 | 1010001 | 111111 |
Color Harmonies of #54AAED
Complementary color
Monochromatic Colors of #54AAED
Black with #54AAED
Text Example
Text Example
White with #54AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAED; }
p { color: rgb(84,170,237); }
H1.HeaderClassName
{
color: #54AAED;
}
.AnyTagClassName
{
color: #54AAED;
}
</style>
background-color css
<style>
a { background-color: #54AAED; }
a { background-color: rgb(84,170,237); }
div.DivClassName
{
background-color: #54AAED;
}
.BgClassName
{
background-color: #54AAED;
}
</style>
border-color css
<style>
span { border-color: #54AAED; }
span { border-color: rgb(84,170,237); }
td.TdClassName
{
border-color: #54AAED;
}
.TagClassName
{
border-color: #54AAED;
}
</style>