Shades of Malibu #54A8EE
Tints of Malibu #54A8EE
RGB
CMYK
RGB Variations
Color information
#54A8EE (or 0x54A8EE) is known color: Malibu. HEX triplet: 54, A8 and EE. RGB value is (84,168,238). Sum of RGB (Red+Green+Blue) = 84+168+238=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #54A8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8EE is #AB5711. Grayscale: #969696. Windows color (decimal): -11228946 or 15640660. OLE color: 15640660.
HSL color Cylindrical-coordinate representation of color #54A8EE: hue angle of 207.27º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A8EE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 168 | 238 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.07 |
| HSL | 207.27º | 0.82% | 0.63% | - |
| HSV(B) | 207.27º | 0.65% | 0.93% | - |
| XYZ | 33.09 | 36.06 | 86.11 | - |
| YUV | 150.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 238 | 0.65 | 0.29 | 0 | 0.07 | 207.27 | 0.82 | 0.63 |
| Hex | 54 | A8 | EE | 41 | 1D | 0 | 7 | CF | 52 | 3F |
| Octal | 124 | 250 | 356 | 101 | 35 | 0 | 7 | 317 | 122 | 77 |
| Binary | 1010100 | 10101000 | 11101110 | 1000001 | 11101 | 0 | 111 | 11001111 | 1010010 | 111111 |
Color Harmonies of #54A8EE
Complementary color
Monochromatic Colors of #54A8EE
Black with #54A8EE
Text Example
Text Example
White with #54A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8EE; }
p { color: rgb(84,168,238); }
H1.HeaderClassName
{
color: #54A8EE;
}
.AnyTagClassName
{
color: #54A8EE;
}
</style>
background-color css
<style>
a { background-color: #54A8EE; }
a { background-color: rgb(84,168,238); }
div.DivClassName
{
background-color: #54A8EE;
}
.BgClassName
{
background-color: #54A8EE;
}
</style>
border-color css
<style>
span { border-color: #54A8EE; }
span { border-color: rgb(84,168,238); }
td.TdClassName
{
border-color: #54A8EE;
}
.TagClassName
{
border-color: #54A8EE;
}
</style>