Shades of Humming Bird #C4FEE6
Tints of Humming Bird #C4FEE6
RGB
CMYK
RGB Variations
Color information
#C4FEE6 (or 0xC4FEE6) is known color: Humming Bird. HEX triplet: C4, FE and E6. RGB value is (196,254,230). Sum of RGB (Red+Green+Blue) = 196+254+230=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEE6 is #3B0119. Grayscale: #E9E9E9. Windows color (decimal): -3866906 or 15138500. OLE color: 15138500.
HSL color Cylindrical-coordinate representation of color #C4FEE6: hue angle of 155.17º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FEE6 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 230 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.00 |
| HSL | 155.17º | 0.97% | 0.88% | - |
| HSV(B) | 155.17º | 0.23% | 1% | - |
| XYZ | 72.49 | 88.33 | 88.09 | - |
| YUV | 233.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 230 | 0.23 | 0 | 0.09 | 0.00 | 155.17 | 0.97 | 0.88 |
| Hex | C4 | FE | E6 | 17 | 0 | 9 | 0 | 9B | 61 | 58 |
| Octal | 304 | 376 | 346 | 27 | 0 | 11 | 0 | 233 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11100110 | 10111 | 0 | 1001 | 0 | 10011011 | 1100001 | 1011000 |
Color Harmonies of #C4FEE6
Complementary color
Monochromatic Colors of #C4FEE6
Black with #C4FEE6
Text Example
Text Example
White with #C4FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEE6; }
p { color: rgb(196,254,230); }
H1.HeaderClassName
{
color: #C4FEE6;
}
.AnyTagClassName
{
color: #C4FEE6;
}
</style>
background-color css
<style>
a { background-color: #C4FEE6; }
a { background-color: rgb(196,254,230); }
div.DivClassName
{
background-color: #C4FEE6;
}
.BgClassName
{
background-color: #C4FEE6;
}
</style>
border-color css
<style>
span { border-color: #C4FEE6; }
span { border-color: rgb(196,254,230); }
td.TdClassName
{
border-color: #C4FEE6;
}
.TagClassName
{
border-color: #C4FEE6;
}
</style>