Shades of Malibu #55C2EB
Tints of Malibu #55C2EB
RGB
CMYK
RGB Variations
Color information
#55C2EB (or 0x55C2EB) is known color: Malibu. HEX triplet: 55, C2 and EB. RGB value is (85,194,235). Sum of RGB (Red+Green+Blue) = 85+194+235=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #55C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C2EB is #AA3D14. Grayscale: #A5A5A5. Windows color (decimal): -11156757 or 15450709. OLE color: 15450709.
HSL color Cylindrical-coordinate representation of color #55C2EB: hue angle of 196.4º 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 #55C2EB is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 194 | 235 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.08 |
| HSL | 196.4º | 0.79% | 0.63% | - |
| HSV(B) | 196.4º | 0.64% | 0.92% | - |
| XYZ | 38.03 | 46.51 | 85.57 | - |
| YUV | 166.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 235 | 0.64 | 0.17 | 0 | 0.08 | 196.4 | 0.79 | 0.63 |
| Hex | 55 | C2 | EB | 40 | 11 | 0 | 8 | C4 | 4F | 3F |
| Octal | 125 | 302 | 353 | 100 | 21 | 0 | 10 | 304 | 117 | 77 |
| Binary | 1010101 | 11000010 | 11101011 | 1000000 | 10001 | 0 | 1000 | 11000100 | 1001111 | 111111 |
Color Harmonies of #55C2EB
Complementary color
Monochromatic Colors of #55C2EB
Black with #55C2EB
Text Example
Text Example
White with #55C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2EB; }
p { color: rgb(85,194,235); }
H1.HeaderClassName
{
color: #55C2EB;
}
.AnyTagClassName
{
color: #55C2EB;
}
</style>
background-color css
<style>
a { background-color: #55C2EB; }
a { background-color: rgb(85,194,235); }
div.DivClassName
{
background-color: #55C2EB;
}
.BgClassName
{
background-color: #55C2EB;
}
</style>
border-color css
<style>
span { border-color: #55C2EB; }
span { border-color: rgb(85,194,235); }
td.TdClassName
{
border-color: #55C2EB;
}
.TagClassName
{
border-color: #55C2EB;
}
</style>