Shades of Malibu #54BAE3
Tints of Malibu #54BAE3
RGB
CMYK
RGB Variations
Color information
#54BAE3 (or 0x54BAE3) is known color: Malibu. HEX triplet: 54, BA and E3. RGB value is (84,186,227). Sum of RGB (Red+Green+Blue) = 84+186+227=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #54BAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAE3 is #AB451C. Grayscale: #9F9F9F. Windows color (decimal): -11224349 or 14924372. OLE color: 14924372.
HSL color Cylindrical-coordinate representation of color #54BAE3: hue angle of 197.2º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BAE3 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 186 | 227 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.11 |
| HSL | 197.2º | 0.72% | 0.61% | - |
| HSV(B) | 197.2º | 0.63% | 0.89% | - |
| XYZ | 35.08 | 42.55 | 79.04 | - |
| YUV | 160.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 227 | 0.63 | 0.18 | 0 | 0.11 | 197.2 | 0.72 | 0.61 |
| Hex | 54 | BA | E3 | 3F | 12 | 0 | B | C5 | 48 | 3D |
| Octal | 124 | 272 | 343 | 77 | 22 | 0 | 13 | 305 | 110 | 75 |
| Binary | 1010100 | 10111010 | 11100011 | 111111 | 10010 | 0 | 1011 | 11000101 | 1001000 | 111101 |
Color Harmonies of #54BAE3
Complementary color
Monochromatic Colors of #54BAE3
Black with #54BAE3
Text Example
Text Example
White with #54BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAE3; }
p { color: rgb(84,186,227); }
H1.HeaderClassName
{
color: #54BAE3;
}
.AnyTagClassName
{
color: #54BAE3;
}
</style>
background-color css
<style>
a { background-color: #54BAE3; }
a { background-color: rgb(84,186,227); }
div.DivClassName
{
background-color: #54BAE3;
}
.BgClassName
{
background-color: #54BAE3;
}
</style>
border-color css
<style>
span { border-color: #54BAE3; }
span { border-color: rgb(84,186,227); }
td.TdClassName
{
border-color: #54BAE3;
}
.TagClassName
{
border-color: #54BAE3;
}
</style>