Shades of Malibu #55B9DC
Tints of Malibu #55B9DC
RGB
CMYK
RGB Variations
Color information
#55B9DC (or 0x55B9DC) is known color: Malibu. HEX triplet: 55, B9 and DC. RGB value is (85,185,220). Sum of RGB (Red+Green+Blue) = 85+185+220=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #55B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9DC is #AA4623. Grayscale: #9E9E9E. Windows color (decimal): -11159076 or 14465365. OLE color: 14465365.
HSL color Cylindrical-coordinate representation of color #55B9DC: hue angle of 195.56º degrees, saturation: 0.66, 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 #55B9DC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 185 | 220 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.14 |
| HSL | 195.56º | 0.66% | 0.6% | - |
| HSV(B) | 195.56º | 0.61% | 0.86% | - |
| XYZ | 34.01 | 41.8 | 73.98 | - |
| YUV | 159.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 220 | 0.61 | 0.16 | 0 | 0.14 | 195.56 | 0.66 | 0.6 |
| Hex | 55 | B9 | DC | 3D | 10 | 0 | E | C4 | 42 | 3C |
| Octal | 125 | 271 | 334 | 75 | 20 | 0 | 16 | 304 | 102 | 74 |
| Binary | 1010101 | 10111001 | 11011100 | 111101 | 10000 | 0 | 1110 | 11000100 | 1000010 | 111100 |
Color Harmonies of #55B9DC
Complementary color
Monochromatic Colors of #55B9DC
Black with #55B9DC
Text Example
Text Example
White with #55B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B9DC; }
p { color: rgb(85,185,220); }
H1.HeaderClassName
{
color: #55B9DC;
}
.AnyTagClassName
{
color: #55B9DC;
}
</style>
background-color css
<style>
a { background-color: #55B9DC; }
a { background-color: rgb(85,185,220); }
div.DivClassName
{
background-color: #55B9DC;
}
.BgClassName
{
background-color: #55B9DC;
}
</style>
border-color css
<style>
span { border-color: #55B9DC; }
span { border-color: rgb(85,185,220); }
td.TdClassName
{
border-color: #55B9DC;
}
.TagClassName
{
border-color: #55B9DC;
}
</style>