Shades of Malibu #54BCDC
Tints of Malibu #54BCDC
RGB
CMYK
RGB Variations
Color information
#54BCDC (or 0x54BCDC) is known color: Malibu. HEX triplet: 54, BC and DC. RGB value is (84,188,220). Sum of RGB (Red+Green+Blue) = 84+188+220=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCDC is #AB4323. Grayscale: #A0A0A0. Windows color (decimal): -11223844 or 14466132. OLE color: 14466132.
HSL color Cylindrical-coordinate representation of color #54BCDC: hue angle of 194.12º 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 #54BCDC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 188 | 220 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.14 |
| HSL | 194.12º | 0.66% | 0.6% | - |
| HSV(B) | 194.12º | 0.62% | 0.86% | - |
| XYZ | 34.56 | 43.02 | 74.19 | - |
| YUV | 160.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 220 | 0.62 | 0.15 | 0 | 0.14 | 194.12 | 0.66 | 0.6 |
| Hex | 54 | BC | DC | 3E | F | 0 | E | C2 | 42 | 3C |
| Octal | 124 | 274 | 334 | 76 | 17 | 0 | 16 | 302 | 102 | 74 |
| Binary | 1010100 | 10111100 | 11011100 | 111110 | 1111 | 0 | 1110 | 11000010 | 1000010 | 111100 |
Color Harmonies of #54BCDC
Complementary color
Monochromatic Colors of #54BCDC
Black with #54BCDC
Text Example
Text Example
White with #54BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCDC; }
p { color: rgb(84,188,220); }
H1.HeaderClassName
{
color: #54BCDC;
}
.AnyTagClassName
{
color: #54BCDC;
}
</style>
background-color css
<style>
a { background-color: #54BCDC; }
a { background-color: rgb(84,188,220); }
div.DivClassName
{
background-color: #54BCDC;
}
.BgClassName
{
background-color: #54BCDC;
}
</style>
border-color css
<style>
span { border-color: #54BCDC; }
span { border-color: rgb(84,188,220); }
td.TdClassName
{
border-color: #54BCDC;
}
.TagClassName
{
border-color: #54BCDC;
}
</style>