Shades of Malibu #54ADEF
Tints of Malibu #54ADEF
RGB
CMYK
RGB Variations
Color information
#54ADEF (or 0x54ADEF) is known color: Malibu. HEX triplet: 54, AD and EF. RGB value is (84,173,239). Sum of RGB (Red+Green+Blue) = 84+173+239=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #54ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADEF is #AB5210. Grayscale: #999999. Windows color (decimal): -11227665 or 15707476. OLE color: 15707476.
HSL color Cylindrical-coordinate representation of color #54ADEF: hue angle of 205.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ADEF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 173 | 239 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.06 |
| HSL | 205.55º | 0.83% | 0.63% | - |
| HSV(B) | 205.55º | 0.65% | 0.94% | - |
| XYZ | 34.18 | 38 | 87.2 | - |
| YUV | 153.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 239 | 0.65 | 0.28 | 0 | 0.06 | 205.55 | 0.83 | 0.63 |
| Hex | 54 | AD | EF | 41 | 1C | 0 | 6 | CE | 53 | 3F |
| Octal | 124 | 255 | 357 | 101 | 34 | 0 | 6 | 316 | 123 | 77 |
| Binary | 1010100 | 10101101 | 11101111 | 1000001 | 11100 | 0 | 110 | 11001110 | 1010011 | 111111 |
Color Harmonies of #54ADEF
Complementary color
Monochromatic Colors of #54ADEF
Black with #54ADEF
Text Example
Text Example
White with #54ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADEF; }
p { color: rgb(84,173,239); }
H1.HeaderClassName
{
color: #54ADEF;
}
.AnyTagClassName
{
color: #54ADEF;
}
</style>
background-color css
<style>
a { background-color: #54ADEF; }
a { background-color: rgb(84,173,239); }
div.DivClassName
{
background-color: #54ADEF;
}
.BgClassName
{
background-color: #54ADEF;
}
</style>
border-color css
<style>
span { border-color: #54ADEF; }
span { border-color: rgb(84,173,239); }
td.TdClassName
{
border-color: #54ADEF;
}
.TagClassName
{
border-color: #54ADEF;
}
</style>