Shades of Malibu #54B9E6
Tints of Malibu #54B9E6
RGB
CMYK
RGB Variations
Color information
#54B9E6 (or 0x54B9E6) is known color: Malibu. HEX triplet: 54, B9 and E6. RGB value is (84,185,230). Sum of RGB (Red+Green+Blue) = 84+185+230=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #54B9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9E6 is #AB4619. Grayscale: #9F9F9F. Windows color (decimal): -11224602 or 15120724. OLE color: 15120724.
HSL color Cylindrical-coordinate representation of color #54B9E6: hue angle of 198.49º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54B9E6 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 185 | 230 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.10 |
| HSL | 198.49º | 0.74% | 0.62% | - |
| HSV(B) | 198.49º | 0.63% | 0.9% | - |
| XYZ | 35.29 | 42.3 | 81.17 | - |
| YUV | 159.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 230 | 0.63 | 0.20 | 0 | 0.10 | 198.49 | 0.74 | 0.62 |
| Hex | 54 | B9 | E6 | 3F | 14 | 0 | A | C6 | 4A | 3E |
| Octal | 124 | 271 | 346 | 77 | 24 | 0 | 12 | 306 | 112 | 76 |
| Binary | 1010100 | 10111001 | 11100110 | 111111 | 10100 | 0 | 1010 | 11000110 | 1001010 | 111110 |
Color Harmonies of #54B9E6
Complementary color
Monochromatic Colors of #54B9E6
Black with #54B9E6
Text Example
Text Example
White with #54B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B9E6; }
p { color: rgb(84,185,230); }
H1.HeaderClassName
{
color: #54B9E6;
}
.AnyTagClassName
{
color: #54B9E6;
}
</style>
background-color css
<style>
a { background-color: #54B9E6; }
a { background-color: rgb(84,185,230); }
div.DivClassName
{
background-color: #54B9E6;
}
.BgClassName
{
background-color: #54B9E6;
}
</style>
border-color css
<style>
span { border-color: #54B9E6; }
span { border-color: rgb(84,185,230); }
td.TdClassName
{
border-color: #54B9E6;
}
.TagClassName
{
border-color: #54B9E6;
}
</style>