Shades of Malibu #54BADF
Tints of Malibu #54BADF
RGB
CMYK
RGB Variations
Color information
#54BADF (or 0x54BADF) is known color: Malibu. HEX triplet: 54, BA and DF. RGB value is (84,186,223). Sum of RGB (Red+Green+Blue) = 84+186+223=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #54BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BADF is #AB4520. Grayscale: #9F9F9F. Windows color (decimal): -11224353 or 14662228. OLE color: 14662228.
HSL color Cylindrical-coordinate representation of color #54BADF: hue angle of 195.97º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BADF is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 186 | 223 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 195.97º | 0.68% | 0.6% | - |
| HSV(B) | 195.97º | 0.62% | 0.87% | - |
| XYZ | 34.53 | 42.33 | 76.16 | - |
| YUV | 159.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 223 | 0.62 | 0.17 | 0 | 0.13 | 195.97 | 0.68 | 0.6 |
| Hex | 54 | BA | DF | 3E | 11 | 0 | D | C4 | 44 | 3C |
| Octal | 124 | 272 | 337 | 76 | 21 | 0 | 15 | 304 | 104 | 74 |
| Binary | 1010100 | 10111010 | 11011111 | 111110 | 10001 | 0 | 1101 | 11000100 | 1000100 | 111100 |
Color Harmonies of #54BADF
Complementary color
Monochromatic Colors of #54BADF
Black with #54BADF
Text Example
Text Example
White with #54BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BADF; }
p { color: rgb(84,186,223); }
H1.HeaderClassName
{
color: #54BADF;
}
.AnyTagClassName
{
color: #54BADF;
}
</style>
background-color css
<style>
a { background-color: #54BADF; }
a { background-color: rgb(84,186,223); }
div.DivClassName
{
background-color: #54BADF;
}
.BgClassName
{
background-color: #54BADF;
}
</style>
border-color css
<style>
span { border-color: #54BADF; }
span { border-color: rgb(84,186,223); }
td.TdClassName
{
border-color: #54BADF;
}
.TagClassName
{
border-color: #54BADF;
}
</style>