Shades of Malibu #54B9E5
Tints of Malibu #54B9E5
RGB
CMYK
RGB Variations
Color information
#54B9E5 (or 0x54B9E5) is known color: Malibu. HEX triplet: 54, B9 and E5. RGB value is (84,185,229). Sum of RGB (Red+Green+Blue) = 84+185+229=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #54B9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9E5 is #AB461A. Grayscale: #9F9F9F. Windows color (decimal): -11224603 or 15055188. OLE color: 15055188.
HSL color Cylindrical-coordinate representation of color #54B9E5: hue angle of 198.21º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54B9E5 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 185 | 229 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.10 |
| HSL | 198.21º | 0.74% | 0.61% | - |
| HSV(B) | 198.21º | 0.63% | 0.9% | - |
| XYZ | 35.15 | 42.24 | 80.43 | - |
| YUV | 159.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 229 | 0.63 | 0.19 | 0 | 0.10 | 198.21 | 0.74 | 0.61 |
| Hex | 54 | B9 | E5 | 3F | 13 | 0 | A | C6 | 4A | 3D |
| Octal | 124 | 271 | 345 | 77 | 23 | 0 | 12 | 306 | 112 | 75 |
| Binary | 1010100 | 10111001 | 11100101 | 111111 | 10011 | 0 | 1010 | 11000110 | 1001010 | 111101 |
Color Harmonies of #54B9E5
Complementary color
Monochromatic Colors of #54B9E5
Black with #54B9E5
Text Example
Text Example
White with #54B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B9E5; }
p { color: rgb(84,185,229); }
H1.HeaderClassName
{
color: #54B9E5;
}
.AnyTagClassName
{
color: #54B9E5;
}
</style>
background-color css
<style>
a { background-color: #54B9E5; }
a { background-color: rgb(84,185,229); }
div.DivClassName
{
background-color: #54B9E5;
}
.BgClassName
{
background-color: #54B9E5;
}
</style>
border-color css
<style>
span { border-color: #54B9E5; }
span { border-color: rgb(84,185,229); }
td.TdClassName
{
border-color: #54B9E5;
}
.TagClassName
{
border-color: #54B9E5;
}
</style>