Shades of Malibu #54ADF5
Tints of Malibu #54ADF5
RGB
CMYK
RGB Variations
Color information
#54ADF5 (or 0x54ADF5) is known color: Malibu. HEX triplet: 54, AD and F5. RGB value is (84,173,245). Sum of RGB (Red+Green+Blue) = 84+173+245=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #54ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF5 is #AB520A. Grayscale: #9A9A9A. Windows color (decimal): -11227659 or 16100692. OLE color: 16100692.
HSL color Cylindrical-coordinate representation of color #54ADF5: hue angle of 206.83º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ADF5 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 173 | 245 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.04 |
| HSL | 206.83º | 0.89% | 0.65% | - |
| HSV(B) | 206.83º | 0.66% | 0.96% | - |
| XYZ | 35.08 | 38.36 | 91.94 | - |
| YUV | 154.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 245 | 0.66 | 0.29 | 0 | 0.04 | 206.83 | 0.89 | 0.65 |
| Hex | 54 | AD | F5 | 42 | 1D | 0 | 4 | CF | 59 | 41 |
| Octal | 124 | 255 | 365 | 102 | 35 | 0 | 4 | 317 | 131 | 101 |
| Binary | 1010100 | 10101101 | 11110101 | 1000010 | 11101 | 0 | 100 | 11001111 | 1011001 | 1000001 |
Color Harmonies of #54ADF5
Complementary color
Monochromatic Colors of #54ADF5
Black with #54ADF5
Text Example
Text Example
White with #54ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADF5; }
p { color: rgb(84,173,245); }
H1.HeaderClassName
{
color: #54ADF5;
}
.AnyTagClassName
{
color: #54ADF5;
}
</style>
background-color css
<style>
a { background-color: #54ADF5; }
a { background-color: rgb(84,173,245); }
div.DivClassName
{
background-color: #54ADF5;
}
.BgClassName
{
background-color: #54ADF5;
}
</style>
border-color css
<style>
span { border-color: #54ADF5; }
span { border-color: rgb(84,173,245); }
td.TdClassName
{
border-color: #54ADF5;
}
.TagClassName
{
border-color: #54ADF5;
}
</style>