Shades of Malibu #54BAE6
Tints of Malibu #54BAE6
RGB
CMYK
RGB Variations
Color information
#54BAE6 (or 0x54BAE6) is known color: Malibu. HEX triplet: 54, BA and E6. RGB value is (84,186,230). Sum of RGB (Red+Green+Blue) = 84+186+230=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #54BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAE6 is #AB4519. Grayscale: #A0A0A0. Windows color (decimal): -11224346 or 15120980. OLE color: 15120980.
HSL color Cylindrical-coordinate representation of color #54BAE6: hue angle of 198.08º 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 #54BAE6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 186 | 230 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.10 |
| HSL | 198.08º | 0.74% | 0.62% | - |
| HSV(B) | 198.08º | 0.63% | 0.9% | - |
| XYZ | 35.5 | 42.72 | 81.24 | - |
| YUV | 160.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 230 | 0.63 | 0.19 | 0 | 0.10 | 198.08 | 0.74 | 0.62 |
| Hex | 54 | BA | E6 | 3F | 13 | 0 | A | C6 | 4A | 3E |
| Octal | 124 | 272 | 346 | 77 | 23 | 0 | 12 | 306 | 112 | 76 |
| Binary | 1010100 | 10111010 | 11100110 | 111111 | 10011 | 0 | 1010 | 11000110 | 1001010 | 111110 |
Color Harmonies of #54BAE6
Complementary color
Monochromatic Colors of #54BAE6
Black with #54BAE6
Text Example
Text Example
White with #54BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAE6; }
p { color: rgb(84,186,230); }
H1.HeaderClassName
{
color: #54BAE6;
}
.AnyTagClassName
{
color: #54BAE6;
}
</style>
background-color css
<style>
a { background-color: #54BAE6; }
a { background-color: rgb(84,186,230); }
div.DivClassName
{
background-color: #54BAE6;
}
.BgClassName
{
background-color: #54BAE6;
}
</style>
border-color css
<style>
span { border-color: #54BAE6; }
span { border-color: rgb(84,186,230); }
td.TdClassName
{
border-color: #54BAE6;
}
.TagClassName
{
border-color: #54BAE6;
}
</style>