Shades of Malibu #55BCEB
Tints of Malibu #55BCEB
RGB
CMYK
RGB Variations
Color information
#55BCEB (or 0x55BCEB) is known color: Malibu. HEX triplet: 55, BC and EB. RGB value is (85,188,235). Sum of RGB (Red+Green+Blue) = 85+188+235=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #55BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCEB is #AA4314. Grayscale: #A2A2A2. Windows color (decimal): -11158293 or 15449173. OLE color: 15449173.
HSL color Cylindrical-coordinate representation of color #55BCEB: hue angle of 198.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BCEB is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 188 | 235 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.08 |
| HSL | 198.8º | 0.79% | 0.63% | - |
| HSV(B) | 198.8º | 0.64% | 0.92% | - |
| XYZ | 36.72 | 43.9 | 85.13 | - |
| YUV | 162.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 235 | 0.64 | 0.2 | 0 | 0.08 | 198.8 | 0.79 | 0.63 |
| Hex | 55 | BC | EB | 40 | 14 | 0 | 8 | C7 | 4F | 3F |
| Octal | 125 | 274 | 353 | 100 | 24 | 0 | 10 | 307 | 117 | 77 |
| Binary | 1010101 | 10111100 | 11101011 | 1000000 | 10100 | 0 | 1000 | 11000111 | 1001111 | 111111 |
Color Harmonies of #55BCEB
Complementary color
Monochromatic Colors of #55BCEB
Black with #55BCEB
Text Example
Text Example
White with #55BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCEB; }
p { color: rgb(85,188,235); }
H1.HeaderClassName
{
color: #55BCEB;
}
.AnyTagClassName
{
color: #55BCEB;
}
</style>
background-color css
<style>
a { background-color: #55BCEB; }
a { background-color: rgb(85,188,235); }
div.DivClassName
{
background-color: #55BCEB;
}
.BgClassName
{
background-color: #55BCEB;
}
</style>
border-color css
<style>
span { border-color: #55BCEB; }
span { border-color: rgb(85,188,235); }
td.TdClassName
{
border-color: #55BCEB;
}
.TagClassName
{
border-color: #55BCEB;
}
</style>