Shades of Malibu #54ADF0
Tints of Malibu #54ADF0
RGB
CMYK
RGB Variations
Color information
#54ADF0 (or 0x54ADF0) is known color: Malibu. HEX triplet: 54, AD and F0. RGB value is (84,173,240). Sum of RGB (Red+Green+Blue) = 84+173+240=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #54ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF0 is #AB520F. Grayscale: #999999. Windows color (decimal): -11227664 or 15773012. OLE color: 15773012.
HSL color Cylindrical-coordinate representation of color #54ADF0: hue angle of 205.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ADF0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 173 | 240 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.06 |
| HSL | 205.77º | 0.84% | 0.64% | - |
| HSV(B) | 205.77º | 0.65% | 0.94% | - |
| XYZ | 34.33 | 38.06 | 87.98 | - |
| YUV | 154.03 | 176.51 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 240 | 0.65 | 0.28 | 0 | 0.06 | 205.77 | 0.84 | 0.64 |
| Hex | 54 | AD | F0 | 41 | 1C | 0 | 6 | CE | 54 | 40 |
| Octal | 124 | 255 | 360 | 101 | 34 | 0 | 6 | 316 | 124 | 100 |
| Binary | 1010100 | 10101101 | 11110000 | 1000001 | 11100 | 0 | 110 | 11001110 | 1010100 | 1000000 |
Color Harmonies of #54ADF0
Complementary color
Monochromatic Colors of #54ADF0
Black with #54ADF0
Text Example
Text Example
White with #54ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADF0; }
p { color: rgb(84,173,240); }
H1.HeaderClassName
{
color: #54ADF0;
}
.AnyTagClassName
{
color: #54ADF0;
}
</style>
background-color css
<style>
a { background-color: #54ADF0; }
a { background-color: rgb(84,173,240); }
div.DivClassName
{
background-color: #54ADF0;
}
.BgClassName
{
background-color: #54ADF0;
}
</style>
border-color css
<style>
span { border-color: #54ADF0; }
span { border-color: rgb(84,173,240); }
td.TdClassName
{
border-color: #54ADF0;
}
.TagClassName
{
border-color: #54ADF0;
}
</style>