Shades of Humming Bird #C4FDEC
Tints of Humming Bird #C4FDEC
RGB
CMYK
RGB Variations
Color information
#C4FDEC (or 0xC4FDEC) is known color: Humming Bird. HEX triplet: C4, FD and EC. RGB value is (196,253,236). Sum of RGB (Red+Green+Blue) = 196+253+236=685 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.61% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FDEC is #3B0213. Grayscale: #EAEAEA. Windows color (decimal): -3867156 or 15531460. OLE color: 15531460.
HSL color Cylindrical-coordinate representation of color #C4FDEC: hue angle of 162.11º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDEC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 253 | 236 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.01 |
| HSL | 162.11º | 0.93% | 0.88% | - |
| HSV(B) | 162.11º | 0.23% | 0.99% | - |
| XYZ | 73.03 | 88.04 | 92.5 | - |
| YUV | 234.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 253 | 236 | 0.23 | 0 | 0.07 | 0.01 | 162.11 | 0.93 | 0.88 |
| Hex | C4 | FD | EC | 17 | 0 | 7 | 1 | A2 | 5D | 58 |
| Octal | 304 | 375 | 354 | 27 | 0 | 7 | 1 | 242 | 135 | 130 |
| Binary | 11000100 | 11111101 | 11101100 | 10111 | 0 | 111 | 1 | 10100010 | 1011101 | 1011000 |
Color Harmonies of #C4FDEC
Complementary color
Monochromatic Colors of #C4FDEC
Black with #C4FDEC
Text Example
Text Example
White with #C4FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FDEC; }
p { color: rgb(196,253,236); }
H1.HeaderClassName
{
color: #C4FDEC;
}
.AnyTagClassName
{
color: #C4FDEC;
}
</style>
background-color css
<style>
a { background-color: #C4FDEC; }
a { background-color: rgb(196,253,236); }
div.DivClassName
{
background-color: #C4FDEC;
}
.BgClassName
{
background-color: #C4FDEC;
}
</style>
border-color css
<style>
span { border-color: #C4FDEC; }
span { border-color: rgb(196,253,236); }
td.TdClassName
{
border-color: #C4FDEC;
}
.TagClassName
{
border-color: #C4FDEC;
}
</style>