Shades of Malibu #55C0DB
Tints of Malibu #55C0DB
RGB
CMYK
RGB Variations
Color information
#55C0DB (or 0x55C0DB) is known color: Malibu. HEX triplet: 55, C0 and DB. RGB value is (85,192,219). Sum of RGB (Red+Green+Blue) = 85+192+219=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #55C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0DB is #AA3F24. Grayscale: #A2A2A2. Windows color (decimal): -11157285 or 14401621. OLE color: 14401621.
HSL color Cylindrical-coordinate representation of color #55C0DB: hue angle of 192.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C0DB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 192 | 219 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.14 |
| HSL | 192.09º | 0.65% | 0.6% | - |
| HSV(B) | 192.09º | 0.61% | 0.86% | - |
| XYZ | 35.38 | 44.75 | 73.79 | - |
| YUV | 163.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 219 | 0.61 | 0.12 | 0 | 0.14 | 192.09 | 0.65 | 0.6 |
| Hex | 55 | C0 | DB | 3D | C | 0 | E | C0 | 41 | 3C |
| Octal | 125 | 300 | 333 | 75 | 14 | 0 | 16 | 300 | 101 | 74 |
| Binary | 1010101 | 11000000 | 11011011 | 111101 | 1100 | 0 | 1110 | 11000000 | 1000001 | 111100 |
Color Harmonies of #55C0DB
Complementary color
Monochromatic Colors of #55C0DB
Black with #55C0DB
Text Example
Text Example
White with #55C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0DB; }
p { color: rgb(85,192,219); }
H1.HeaderClassName
{
color: #55C0DB;
}
.AnyTagClassName
{
color: #55C0DB;
}
</style>
background-color css
<style>
a { background-color: #55C0DB; }
a { background-color: rgb(85,192,219); }
div.DivClassName
{
background-color: #55C0DB;
}
.BgClassName
{
background-color: #55C0DB;
}
</style>
border-color css
<style>
span { border-color: #55C0DB; }
span { border-color: rgb(85,192,219); }
td.TdClassName
{
border-color: #55C0DB;
}
.TagClassName
{
border-color: #55C0DB;
}
</style>