Shades of Malibu #54BBDC
Tints of Malibu #54BBDC
RGB
CMYK
RGB Variations
Color information
#54BBDC (or 0x54BBDC) is known color: Malibu. HEX triplet: 54, BB and DC. RGB value is (84,187,220). Sum of RGB (Red+Green+Blue) = 84+187+220=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBDC is #AB4423. Grayscale: #9F9F9F. Windows color (decimal): -11224100 or 14465876. OLE color: 14465876.
HSL color Cylindrical-coordinate representation of color #54BBDC: hue angle of 194.56º 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 #54BBDC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 187 | 220 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.14 |
| HSL | 194.56º | 0.66% | 0.6% | - |
| HSV(B) | 194.56º | 0.62% | 0.86% | - |
| XYZ | 34.34 | 42.59 | 74.12 | - |
| YUV | 159.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 220 | 0.62 | 0.15 | 0 | 0.14 | 194.56 | 0.66 | 0.6 |
| Hex | 54 | BB | DC | 3E | F | 0 | E | C3 | 42 | 3C |
| Octal | 124 | 273 | 334 | 76 | 17 | 0 | 16 | 303 | 102 | 74 |
| Binary | 1010100 | 10111011 | 11011100 | 111110 | 1111 | 0 | 1110 | 11000011 | 1000010 | 111100 |
Color Harmonies of #54BBDC
Complementary color
Monochromatic Colors of #54BBDC
Black with #54BBDC
Text Example
Text Example
White with #54BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBDC; }
p { color: rgb(84,187,220); }
H1.HeaderClassName
{
color: #54BBDC;
}
.AnyTagClassName
{
color: #54BBDC;
}
</style>
background-color css
<style>
a { background-color: #54BBDC; }
a { background-color: rgb(84,187,220); }
div.DivClassName
{
background-color: #54BBDC;
}
.BgClassName
{
background-color: #54BBDC;
}
</style>
border-color css
<style>
span { border-color: #54BBDC; }
span { border-color: rgb(84,187,220); }
td.TdClassName
{
border-color: #54BBDC;
}
.TagClassName
{
border-color: #54BBDC;
}
</style>