Shades of Malibu #55BCED
Tints of Malibu #55BCED
RGB
CMYK
RGB Variations
Color information
#55BCED (or 0x55BCED) is known color: Malibu. HEX triplet: 55, BC and ED. RGB value is (85,188,237). Sum of RGB (Red+Green+Blue) = 85+188+237=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #55BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCED is #AA4312. Grayscale: #A2A2A2. Windows color (decimal): -11158291 or 15580245. OLE color: 15580245.
HSL color Cylindrical-coordinate representation of color #55BCED: hue angle of 199.34º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BCED is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 188 | 237 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.07 |
| HSL | 199.34º | 0.81% | 0.63% | - |
| HSV(B) | 199.34º | 0.64% | 0.93% | - |
| XYZ | 37.02 | 44.01 | 86.67 | - |
| YUV | 162.79 | 169.88 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 237 | 0.64 | 0.21 | 0 | 0.07 | 199.34 | 0.81 | 0.63 |
| Hex | 55 | BC | ED | 40 | 15 | 0 | 7 | C7 | 51 | 3F |
| Octal | 125 | 274 | 355 | 100 | 25 | 0 | 7 | 307 | 121 | 77 |
| Binary | 1010101 | 10111100 | 11101101 | 1000000 | 10101 | 0 | 111 | 11000111 | 1010001 | 111111 |
Color Harmonies of #55BCED
Complementary color
Monochromatic Colors of #55BCED
Black with #55BCED
Text Example
Text Example
White with #55BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCED; }
p { color: rgb(85,188,237); }
H1.HeaderClassName
{
color: #55BCED;
}
.AnyTagClassName
{
color: #55BCED;
}
</style>
background-color css
<style>
a { background-color: #55BCED; }
a { background-color: rgb(85,188,237); }
div.DivClassName
{
background-color: #55BCED;
}
.BgClassName
{
background-color: #55BCED;
}
</style>
border-color css
<style>
span { border-color: #55BCED; }
span { border-color: rgb(85,188,237); }
td.TdClassName
{
border-color: #55BCED;
}
.TagClassName
{
border-color: #55BCED;
}
</style>