Shades of Malibu #55B8EC
Tints of Malibu #55B8EC
RGB
CMYK
RGB Variations
Color information
#55B8EC (or 0x55B8EC) is known color: Malibu. HEX triplet: 55, B8 and EC. RGB value is (85,184,236). Sum of RGB (Red+Green+Blue) = 85+184+236=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #55B8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B8EC is #AA4713. Grayscale: #A0A0A0. Windows color (decimal): -11159316 or 15513685. OLE color: 15513685.
HSL color Cylindrical-coordinate representation of color #55B8EC: hue angle of 200.66º degrees, saturation: 0.8, 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 #55B8EC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 184 | 236 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.07 |
| HSL | 200.66º | 0.8% | 0.63% | - |
| HSV(B) | 200.66º | 0.64% | 0.93% | - |
| XYZ | 36.03 | 42.27 | 85.62 | - |
| YUV | 160.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 236 | 0.64 | 0.22 | 0 | 0.07 | 200.66 | 0.8 | 0.63 |
| Hex | 55 | B8 | EC | 40 | 16 | 0 | 7 | C9 | 50 | 3F |
| Octal | 125 | 270 | 354 | 100 | 26 | 0 | 7 | 311 | 120 | 77 |
| Binary | 1010101 | 10111000 | 11101100 | 1000000 | 10110 | 0 | 111 | 11001001 | 1010000 | 111111 |
Color Harmonies of #55B8EC
Complementary color
Monochromatic Colors of #55B8EC
Black with #55B8EC
Text Example
Text Example
White with #55B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B8EC; }
p { color: rgb(85,184,236); }
H1.HeaderClassName
{
color: #55B8EC;
}
.AnyTagClassName
{
color: #55B8EC;
}
</style>
background-color css
<style>
a { background-color: #55B8EC; }
a { background-color: rgb(85,184,236); }
div.DivClassName
{
background-color: #55B8EC;
}
.BgClassName
{
background-color: #55B8EC;
}
</style>
border-color css
<style>
span { border-color: #55B8EC; }
span { border-color: rgb(85,184,236); }
td.TdClassName
{
border-color: #55B8EC;
}
.TagClassName
{
border-color: #55B8EC;
}
</style>