Shades of Malibu #54BADC
Tints of Malibu #54BADC
RGB
CMYK
RGB Variations
Color information
#54BADC (or 0x54BADC) is known color: Malibu. HEX triplet: 54, BA and DC. RGB value is (84,186,220). Sum of RGB (Red+Green+Blue) = 84+186+220=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BADC is #AB4523. Grayscale: #9F9F9F. Windows color (decimal): -11224356 or 14465620. OLE color: 14465620.
HSL color Cylindrical-coordinate representation of color #54BADC: hue angle of 195º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BADC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 186 | 220 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.14 |
| HSL | 195º | 0.66% | 0.6% | - |
| HSV(B) | 195º | 0.62% | 0.86% | - |
| XYZ | 34.13 | 42.17 | 74.05 | - |
| YUV | 159.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 220 | 0.62 | 0.15 | 0 | 0.14 | 195 | 0.66 | 0.6 |
| Hex | 54 | BA | DC | 3E | F | 0 | E | C3 | 42 | 3C |
| Octal | 124 | 272 | 334 | 76 | 17 | 0 | 16 | 303 | 102 | 74 |
| Binary | 1010100 | 10111010 | 11011100 | 111110 | 1111 | 0 | 1110 | 11000011 | 1000010 | 111100 |
Color Harmonies of #54BADC
Complementary color
Monochromatic Colors of #54BADC
Black with #54BADC
Text Example
Text Example
White with #54BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BADC; }
p { color: rgb(84,186,220); }
H1.HeaderClassName
{
color: #54BADC;
}
.AnyTagClassName
{
color: #54BADC;
}
</style>
background-color css
<style>
a { background-color: #54BADC; }
a { background-color: rgb(84,186,220); }
div.DivClassName
{
background-color: #54BADC;
}
.BgClassName
{
background-color: #54BADC;
}
</style>
border-color css
<style>
span { border-color: #54BADC; }
span { border-color: rgb(84,186,220); }
td.TdClassName
{
border-color: #54BADC;
}
.TagClassName
{
border-color: #54BADC;
}
</style>