Shades of Malibu #55BBDA
Tints of Malibu #55BBDA
RGB
CMYK
RGB Variations
Color information
#55BBDA (or 0x55BBDA) is known color: Malibu. HEX triplet: 55, BB and DA. RGB value is (85,187,218). Sum of RGB (Red+Green+Blue) = 85+187+218=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #55BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBDA is #AA4425. Grayscale: #9F9F9F. Windows color (decimal): -11158566 or 14334805. OLE color: 14334805.
HSL color Cylindrical-coordinate representation of color #55BBDA: hue angle of 193.98º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BBDA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 187 | 218 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.15 |
| HSL | 193.99º | 0.64% | 0.59% | - |
| HSV(B) | 193.99º | 0.61% | 0.85% | - |
| XYZ | 34.17 | 42.53 | 72.74 | - |
| YUV | 160.04 | 160.71 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 218 | 0.61 | 0.14 | 0 | 0.15 | 193.99 | 0.64 | 0.59 |
| Hex | 55 | BB | DA | 3D | E | 0 | F | C2 | 40 | 3B |
| Octal | 125 | 273 | 332 | 75 | 16 | 0 | 17 | 302 | 100 | 73 |
| Binary | 1010101 | 10111011 | 11011010 | 111101 | 1110 | 0 | 1111 | 11000010 | 1000000 | 111011 |
Color Harmonies of #55BBDA
Complementary color
Monochromatic Colors of #55BBDA
Black with #55BBDA
Text Example
Text Example
White with #55BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBDA; }
p { color: rgb(85,187,218); }
H1.HeaderClassName
{
color: #55BBDA;
}
.AnyTagClassName
{
color: #55BBDA;
}
</style>
background-color css
<style>
a { background-color: #55BBDA; }
a { background-color: rgb(85,187,218); }
div.DivClassName
{
background-color: #55BBDA;
}
.BgClassName
{
background-color: #55BBDA;
}
</style>
border-color css
<style>
span { border-color: #55BBDA; }
span { border-color: rgb(85,187,218); }
td.TdClassName
{
border-color: #55BBDA;
}
.TagClassName
{
border-color: #55BBDA;
}
</style>