Shades of Humming Bird #C4FFF1
Tints of Humming Bird #C4FFF1
RGB
CMYK
RGB Variations
Color information
#C4FFF1 (or 0xC4FFF1) is known color: Humming Bird. HEX triplet: C4, FF and F1. RGB value is (196,255,241). Sum of RGB (Red+Green+Blue) = 196+255+241=692 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.32% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFF1 is #3B000E. Grayscale: #EBEBEB. Windows color (decimal): -3866639 or 15859652. OLE color: 15859652.
HSL color Cylindrical-coordinate representation of color #C4FFF1: hue angle of 165.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFF1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 241 | - |
| CMYK | 0.23 | 0 | 0.05 | 0 |
| HSL | 165.76º | 1% | 0.88% | - |
| HSV(B) | 165.76º | 0.23% | 1% | - |
| XYZ | 74.4 | 89.61 | 96.59 | - |
| YUV | 235.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 241 | 0.23 | 0 | 0.05 | 0 | 165.76 | 1 | 0.88 |
| Hex | C4 | FF | F1 | 17 | 0 | 5 | 0 | A6 | 64 | 58 |
| Octal | 304 | 377 | 361 | 27 | 0 | 5 | 0 | 246 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11110001 | 10111 | 0 | 101 | 0 | 10100110 | 1100100 | 1011000 |
Color Harmonies of #C4FFF1
Complementary color
Monochromatic Colors of #C4FFF1
Black with #C4FFF1
Text Example
Text Example
White with #C4FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFF1; }
p { color: rgb(196,255,241); }
H1.HeaderClassName
{
color: #C4FFF1;
}
.AnyTagClassName
{
color: #C4FFF1;
}
</style>
background-color css
<style>
a { background-color: #C4FFF1; }
a { background-color: rgb(196,255,241); }
div.DivClassName
{
background-color: #C4FFF1;
}
.BgClassName
{
background-color: #C4FFF1;
}
</style>
border-color css
<style>
span { border-color: #C4FFF1; }
span { border-color: rgb(196,255,241); }
td.TdClassName
{
border-color: #C4FFF1;
}
.TagClassName
{
border-color: #C4FFF1;
}
</style>