Shades of Malibu #55C4ED
Tints of Malibu #55C4ED
RGB
CMYK
RGB Variations
Color information
#55C4ED (or 0x55C4ED) is known color: Malibu. HEX triplet: 55, C4 and ED. RGB value is (85,196,237). Sum of RGB (Red+Green+Blue) = 85+196+237=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #55C4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C4ED is #AA3B12. Grayscale: #A7A7A7. Windows color (decimal): -11156243 or 15582293. OLE color: 15582293.
HSL color Cylindrical-coordinate representation of color #55C4ED: hue angle of 196.18º 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 #55C4ED is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 196 | 237 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.07 |
| HSL | 196.18º | 0.81% | 0.63% | - |
| HSV(B) | 196.18º | 0.64% | 0.93% | - |
| XYZ | 38.77 | 47.53 | 87.25 | - |
| YUV | 167.49 | 167.23 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 237 | 0.64 | 0.17 | 0 | 0.07 | 196.18 | 0.81 | 0.63 |
| Hex | 55 | C4 | ED | 40 | 11 | 0 | 7 | C4 | 51 | 3F |
| Octal | 125 | 304 | 355 | 100 | 21 | 0 | 7 | 304 | 121 | 77 |
| Binary | 1010101 | 11000100 | 11101101 | 1000000 | 10001 | 0 | 111 | 11000100 | 1010001 | 111111 |
Color Harmonies of #55C4ED
Complementary color
Monochromatic Colors of #55C4ED
Black with #55C4ED
Text Example
Text Example
White with #55C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C4ED; }
p { color: rgb(85,196,237); }
H1.HeaderClassName
{
color: #55C4ED;
}
.AnyTagClassName
{
color: #55C4ED;
}
</style>
background-color css
<style>
a { background-color: #55C4ED; }
a { background-color: rgb(85,196,237); }
div.DivClassName
{
background-color: #55C4ED;
}
.BgClassName
{
background-color: #55C4ED;
}
</style>
border-color css
<style>
span { border-color: #55C4ED; }
span { border-color: rgb(85,196,237); }
td.TdClassName
{
border-color: #55C4ED;
}
.TagClassName
{
border-color: #55C4ED;
}
</style>