Shades of Malibu #54C0DC
Tints of Malibu #54C0DC
RGB
CMYK
RGB Variations
Color information
#54C0DC (or 0x54C0DC) is known color: Malibu. HEX triplet: 54, C0 and DC. RGB value is (84,192,220). Sum of RGB (Red+Green+Blue) = 84+192+220=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #54C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0DC is #AB3F23. Grayscale: #A2A2A2. Windows color (decimal): -11222820 or 14467156. OLE color: 14467156.
HSL color Cylindrical-coordinate representation of color #54C0DC: hue angle of 192.35º 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 #54C0DC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 192 | 220 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.14 |
| HSL | 192.35º | 0.66% | 0.6% | - |
| HSV(B) | 192.35º | 0.62% | 0.86% | - |
| XYZ | 35.42 | 44.75 | 74.48 | - |
| YUV | 162.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 220 | 0.62 | 0.13 | 0 | 0.14 | 192.35 | 0.66 | 0.6 |
| Hex | 54 | C0 | DC | 3E | D | 0 | E | C0 | 42 | 3C |
| Octal | 124 | 300 | 334 | 76 | 15 | 0 | 16 | 300 | 102 | 74 |
| Binary | 1010100 | 11000000 | 11011100 | 111110 | 1101 | 0 | 1110 | 11000000 | 1000010 | 111100 |
Color Harmonies of #54C0DC
Complementary color
Monochromatic Colors of #54C0DC
Black with #54C0DC
Text Example
Text Example
White with #54C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0DC; }
p { color: rgb(84,192,220); }
H1.HeaderClassName
{
color: #54C0DC;
}
.AnyTagClassName
{
color: #54C0DC;
}
</style>
background-color css
<style>
a { background-color: #54C0DC; }
a { background-color: rgb(84,192,220); }
div.DivClassName
{
background-color: #54C0DC;
}
.BgClassName
{
background-color: #54C0DC;
}
</style>
border-color css
<style>
span { border-color: #54C0DC; }
span { border-color: rgb(84,192,220); }
td.TdClassName
{
border-color: #54C0DC;
}
.TagClassName
{
border-color: #54C0DC;
}
</style>