Shades of Malibu #54ADE0
Tints of Malibu #54ADE0
RGB
CMYK
RGB Variations
Color information
#54ADE0 (or 0x54ADE0) is known color: Malibu. HEX triplet: 54, AD and E0. RGB value is (84,173,224). Sum of RGB (Red+Green+Blue) = 84+173+224=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #54ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADE0 is #AB521F. Grayscale: #979797. Windows color (decimal): -11227680 or 14724436. OLE color: 14724436.
HSL color Cylindrical-coordinate representation of color #54ADE0: hue angle of 201.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54ADE0 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 173 | 224 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.12 |
| HSL | 201.86º | 0.69% | 0.6% | - |
| HSV(B) | 201.86º | 0.63% | 0.88% | - |
| XYZ | 32.05 | 37.15 | 76 | - |
| YUV | 152.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 224 | 0.62 | 0.23 | 0 | 0.12 | 201.86 | 0.69 | 0.6 |
| Hex | 54 | AD | E0 | 3E | 17 | 0 | C | CA | 45 | 3C |
| Octal | 124 | 255 | 340 | 76 | 27 | 0 | 14 | 312 | 105 | 74 |
| Binary | 1010100 | 10101101 | 11100000 | 111110 | 10111 | 0 | 1100 | 11001010 | 1000101 | 111100 |
Color Harmonies of #54ADE0
Complementary color
Monochromatic Colors of #54ADE0
Black with #54ADE0
Text Example
Text Example
White with #54ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADE0; }
p { color: rgb(84,173,224); }
H1.HeaderClassName
{
color: #54ADE0;
}
.AnyTagClassName
{
color: #54ADE0;
}
</style>
background-color css
<style>
a { background-color: #54ADE0; }
a { background-color: rgb(84,173,224); }
div.DivClassName
{
background-color: #54ADE0;
}
.BgClassName
{
background-color: #54ADE0;
}
</style>
border-color css
<style>
span { border-color: #54ADE0; }
span { border-color: rgb(84,173,224); }
td.TdClassName
{
border-color: #54ADE0;
}
.TagClassName
{
border-color: #54ADE0;
}
</style>