Shades of Malibu #54ADF1
Tints of Malibu #54ADF1
RGB
CMYK
RGB Variations
Color information
#54ADF1 (or 0x54ADF1) is known color: Malibu. HEX triplet: 54, AD and F1. RGB value is (84,173,241). Sum of RGB (Red+Green+Blue) = 84+173+241=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #54ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF1 is #AB520E. Grayscale: #999999. Windows color (decimal): -11227663 or 15838548. OLE color: 15838548.
HSL color Cylindrical-coordinate representation of color #54ADF1: hue angle of 205.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ADF1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 173 | 241 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.05 |
| HSL | 205.99º | 0.85% | 0.64% | - |
| HSV(B) | 205.99º | 0.65% | 0.95% | - |
| XYZ | 34.48 | 38.12 | 88.76 | - |
| YUV | 154.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 241 | 0.65 | 0.28 | 0 | 0.05 | 205.99 | 0.85 | 0.64 |
| Hex | 54 | AD | F1 | 41 | 1C | 0 | 5 | CE | 55 | 40 |
| Octal | 124 | 255 | 361 | 101 | 34 | 0 | 5 | 316 | 125 | 100 |
| Binary | 1010100 | 10101101 | 11110001 | 1000001 | 11100 | 0 | 101 | 11001110 | 1010101 | 1000000 |
Color Harmonies of #54ADF1
Complementary color
Monochromatic Colors of #54ADF1
Black with #54ADF1
Text Example
Text Example
White with #54ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADF1; }
p { color: rgb(84,173,241); }
H1.HeaderClassName
{
color: #54ADF1;
}
.AnyTagClassName
{
color: #54ADF1;
}
</style>
background-color css
<style>
a { background-color: #54ADF1; }
a { background-color: rgb(84,173,241); }
div.DivClassName
{
background-color: #54ADF1;
}
.BgClassName
{
background-color: #54ADF1;
}
</style>
border-color css
<style>
span { border-color: #54ADF1; }
span { border-color: rgb(84,173,241); }
td.TdClassName
{
border-color: #54ADF1;
}
.TagClassName
{
border-color: #54ADF1;
}
</style>