Shades of Malibu #54ADDE
Tints of Malibu #54ADDE
RGB
CMYK
RGB Variations
Color information
#54ADDE (or 0x54ADDE) is known color: Malibu. HEX triplet: 54, AD and DE. RGB value is (84,173,222). Sum of RGB (Red+Green+Blue) = 84+173+222=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #54ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADDE is #AB5221. Grayscale: #979797. Windows color (decimal): -11227682 or 14593364. OLE color: 14593364.
HSL color Cylindrical-coordinate representation of color #54ADDE: hue angle of 201.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54ADDE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 173 | 222 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.13 |
| HSL | 201.3º | 0.68% | 0.6% | - |
| HSV(B) | 201.3º | 0.62% | 0.87% | - |
| XYZ | 31.78 | 37.05 | 74.58 | - |
| YUV | 151.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 222 | 0.62 | 0.22 | 0 | 0.13 | 201.3 | 0.68 | 0.6 |
| Hex | 54 | AD | DE | 3E | 16 | 0 | D | C9 | 44 | 3C |
| Octal | 124 | 255 | 336 | 76 | 26 | 0 | 15 | 311 | 104 | 74 |
| Binary | 1010100 | 10101101 | 11011110 | 111110 | 10110 | 0 | 1101 | 11001001 | 1000100 | 111100 |
Color Harmonies of #54ADDE
Complementary color
Monochromatic Colors of #54ADDE
Black with #54ADDE
Text Example
Text Example
White with #54ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADDE; }
p { color: rgb(84,173,222); }
H1.HeaderClassName
{
color: #54ADDE;
}
.AnyTagClassName
{
color: #54ADDE;
}
</style>
background-color css
<style>
a { background-color: #54ADDE; }
a { background-color: rgb(84,173,222); }
div.DivClassName
{
background-color: #54ADDE;
}
.BgClassName
{
background-color: #54ADDE;
}
</style>
border-color css
<style>
span { border-color: #54ADDE; }
span { border-color: rgb(84,173,222); }
td.TdClassName
{
border-color: #54ADDE;
}
.TagClassName
{
border-color: #54ADDE;
}
</style>