Shades of Humming Bird #C1F9E4
Tints of Humming Bird #C1F9E4
RGB
CMYK
RGB Variations
Color information
#C1F9E4 (or 0xC1F9E4) is known color: Humming Bird. HEX triplet: C1, F9 and E4. RGB value is (193,249,228). Sum of RGB (Red+Green+Blue) = 193+249+228=670 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.81% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F9E4 is #3E061B. Grayscale: #E5E5E5. Windows color (decimal): -4064796 or 15006145. OLE color: 15006145.
HSL color Cylindrical-coordinate representation of color #C1F9E4: hue angle of 157.5º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1F9E4 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 228 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.02 |
| HSL | 157.5º | 0.82% | 0.87% | - |
| HSV(B) | 157.5º | 0.22% | 0.98% | - |
| XYZ | 69.87 | 84.69 | 86.06 | - |
| YUV | 229.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 228 | 0.22 | 0 | 0.08 | 0.02 | 157.5 | 0.82 | 0.87 |
| Hex | C1 | F9 | E4 | 16 | 0 | 8 | 2 | 9E | 52 | 57 |
| Octal | 301 | 371 | 344 | 26 | 0 | 10 | 2 | 236 | 122 | 127 |
| Binary | 11000001 | 11111001 | 11100100 | 10110 | 0 | 1000 | 10 | 10011110 | 1010010 | 1010111 |
Color Harmonies of #C1F9E4
Complementary color
Monochromatic Colors of #C1F9E4
Black with #C1F9E4
Text Example
Text Example
White with #C1F9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F9E4; }
p { color: rgb(193,249,228); }
H1.HeaderClassName
{
color: #C1F9E4;
}
.AnyTagClassName
{
color: #C1F9E4;
}
</style>
background-color css
<style>
a { background-color: #C1F9E4; }
a { background-color: rgb(193,249,228); }
div.DivClassName
{
background-color: #C1F9E4;
}
.BgClassName
{
background-color: #C1F9E4;
}
</style>
border-color css
<style>
span { border-color: #C1F9E4; }
span { border-color: rgb(193,249,228); }
td.TdClassName
{
border-color: #C1F9E4;
}
.TagClassName
{
border-color: #C1F9E4;
}
</style>