Shades of Malibu #54C0DD
Tints of Malibu #54C0DD
RGB
CMYK
RGB Variations
Color information
#54C0DD (or 0x54C0DD) is known color: Malibu. HEX triplet: 54, C0 and DD. RGB value is (84,192,221). Sum of RGB (Red+Green+Blue) = 84+192+221=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #54C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0DD is #AB3F22. Grayscale: #A2A2A2. Windows color (decimal): -11222819 or 14532692. OLE color: 14532692.
HSL color Cylindrical-coordinate representation of color #54C0DD: hue angle of 192.7º degrees, saturation: 0.67, 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 #54C0DD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 192 | 221 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.13 |
| HSL | 192.7º | 0.67% | 0.6% | - |
| HSV(B) | 192.7º | 0.62% | 0.87% | - |
| XYZ | 35.56 | 44.8 | 75.18 | - |
| YUV | 163.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 221 | 0.62 | 0.13 | 0 | 0.13 | 192.7 | 0.67 | 0.6 |
| Hex | 54 | C0 | DD | 3E | D | 0 | D | C1 | 43 | 3C |
| Octal | 124 | 300 | 335 | 76 | 15 | 0 | 15 | 301 | 103 | 74 |
| Binary | 1010100 | 11000000 | 11011101 | 111110 | 1101 | 0 | 1101 | 11000001 | 1000011 | 111100 |
Color Harmonies of #54C0DD
Complementary color
Monochromatic Colors of #54C0DD
Black with #54C0DD
Text Example
Text Example
White with #54C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0DD; }
p { color: rgb(84,192,221); }
H1.HeaderClassName
{
color: #54C0DD;
}
.AnyTagClassName
{
color: #54C0DD;
}
</style>
background-color css
<style>
a { background-color: #54C0DD; }
a { background-color: rgb(84,192,221); }
div.DivClassName
{
background-color: #54C0DD;
}
.BgClassName
{
background-color: #54C0DD;
}
</style>
border-color css
<style>
span { border-color: #54C0DD; }
span { border-color: rgb(84,192,221); }
td.TdClassName
{
border-color: #54C0DD;
}
.TagClassName
{
border-color: #54C0DD;
}
</style>