Shades of Malibu #54ADEC
Tints of Malibu #54ADEC
RGB
CMYK
RGB Variations
Color information
#54ADEC (or 0x54ADEC) is known color: Malibu. HEX triplet: 54, AD and EC. RGB value is (84,173,236). Sum of RGB (Red+Green+Blue) = 84+173+236=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #54ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADEC is #AB5213. Grayscale: #999999. Windows color (decimal): -11227668 or 15510868. OLE color: 15510868.
HSL color Cylindrical-coordinate representation of color #54ADEC: hue angle of 204.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ADEC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 173 | 236 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.07 |
| HSL | 204.87º | 0.8% | 0.63% | - |
| HSV(B) | 204.87º | 0.64% | 0.93% | - |
| XYZ | 33.74 | 37.83 | 84.88 | - |
| YUV | 153.57 | 174.51 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 236 | 0.64 | 0.27 | 0 | 0.07 | 204.87 | 0.8 | 0.63 |
| Hex | 54 | AD | EC | 40 | 1B | 0 | 7 | CD | 50 | 3F |
| Octal | 124 | 255 | 354 | 100 | 33 | 0 | 7 | 315 | 120 | 77 |
| Binary | 1010100 | 10101101 | 11101100 | 1000000 | 11011 | 0 | 111 | 11001101 | 1010000 | 111111 |
Color Harmonies of #54ADEC
Complementary color
Monochromatic Colors of #54ADEC
Black with #54ADEC
Text Example
Text Example
White with #54ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADEC; }
p { color: rgb(84,173,236); }
H1.HeaderClassName
{
color: #54ADEC;
}
.AnyTagClassName
{
color: #54ADEC;
}
</style>
background-color css
<style>
a { background-color: #54ADEC; }
a { background-color: rgb(84,173,236); }
div.DivClassName
{
background-color: #54ADEC;
}
.BgClassName
{
background-color: #54ADEC;
}
</style>
border-color css
<style>
span { border-color: #54ADEC; }
span { border-color: rgb(84,173,236); }
td.TdClassName
{
border-color: #54ADEC;
}
.TagClassName
{
border-color: #54ADEC;
}
</style>