Shades of Malibu #55BDDB
Tints of Malibu #55BDDB
RGB
CMYK
RGB Variations
Color information
#55BDDB (or 0x55BDDB) is known color: Malibu. HEX triplet: 55, BD and DB. RGB value is (85,189,219). Sum of RGB (Red+Green+Blue) = 85+189+219=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #55BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDDB is #AA4224. Grayscale: #A1A1A1. Windows color (decimal): -11158053 or 14400853. OLE color: 14400853.
HSL color Cylindrical-coordinate representation of color #55BDDB: hue angle of 193.43º 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 #55BDDB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 189 | 219 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.14 |
| HSL | 193.43º | 0.65% | 0.6% | - |
| HSV(B) | 193.43º | 0.61% | 0.86% | - |
| XYZ | 34.73 | 43.44 | 73.57 | - |
| YUV | 161.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 219 | 0.61 | 0.14 | 0 | 0.14 | 193.43 | 0.65 | 0.6 |
| Hex | 55 | BD | DB | 3D | E | 0 | E | C1 | 41 | 3C |
| Octal | 125 | 275 | 333 | 75 | 16 | 0 | 16 | 301 | 101 | 74 |
| Binary | 1010101 | 10111101 | 11011011 | 111101 | 1110 | 0 | 1110 | 11000001 | 1000001 | 111100 |
Color Harmonies of #55BDDB
Complementary color
Monochromatic Colors of #55BDDB
Black with #55BDDB
Text Example
Text Example
White with #55BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDDB; }
p { color: rgb(85,189,219); }
H1.HeaderClassName
{
color: #55BDDB;
}
.AnyTagClassName
{
color: #55BDDB;
}
</style>
background-color css
<style>
a { background-color: #55BDDB; }
a { background-color: rgb(85,189,219); }
div.DivClassName
{
background-color: #55BDDB;
}
.BgClassName
{
background-color: #55BDDB;
}
</style>
border-color css
<style>
span { border-color: #55BDDB; }
span { border-color: rgb(85,189,219); }
td.TdClassName
{
border-color: #55BDDB;
}
.TagClassName
{
border-color: #55BDDB;
}
</style>