Shades of Malibu #55C5EC
Tints of Malibu #55C5EC
RGB
CMYK
RGB Variations
Color information
#55C5EC (or 0x55C5EC) is known color: Malibu. HEX triplet: 55, C5 and EC. RGB value is (85,197,236). Sum of RGB (Red+Green+Blue) = 85+197+236=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #55C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C5EC is #AA3A13. Grayscale: #A7A7A7. Windows color (decimal): -11155988 or 15517013. OLE color: 15517013.
HSL color Cylindrical-coordinate representation of color #55C5EC: hue angle of 195.5º 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 #55C5EC is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 197 | 236 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.07 |
| HSL | 195.5º | 0.8% | 0.63% | - |
| HSV(B) | 195.5º | 0.64% | 0.93% | - |
| XYZ | 38.85 | 47.92 | 86.56 | - |
| YUV | 167.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 236 | 0.64 | 0.17 | 0 | 0.07 | 195.5 | 0.8 | 0.63 |
| Hex | 55 | C5 | EC | 40 | 11 | 0 | 7 | C3 | 50 | 3F |
| Octal | 125 | 305 | 354 | 100 | 21 | 0 | 7 | 303 | 120 | 77 |
| Binary | 1010101 | 11000101 | 11101100 | 1000000 | 10001 | 0 | 111 | 11000011 | 1010000 | 111111 |
Color Harmonies of #55C5EC
Complementary color
Monochromatic Colors of #55C5EC
Black with #55C5EC
Text Example
Text Example
White with #55C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5EC; }
p { color: rgb(85,197,236); }
H1.HeaderClassName
{
color: #55C5EC;
}
.AnyTagClassName
{
color: #55C5EC;
}
</style>
background-color css
<style>
a { background-color: #55C5EC; }
a { background-color: rgb(85,197,236); }
div.DivClassName
{
background-color: #55C5EC;
}
.BgClassName
{
background-color: #55C5EC;
}
</style>
border-color css
<style>
span { border-color: #55C5EC; }
span { border-color: rgb(85,197,236); }
td.TdClassName
{
border-color: #55C5EC;
}
.TagClassName
{
border-color: #55C5EC;
}
</style>