Shades of Humming Bird #C1FAF0
Tints of Humming Bird #C1FAF0
RGB
CMYK
RGB Variations
Color information
#C1FAF0 (or 0xC1FAF0) is known color: Humming Bird. HEX triplet: C1, FA and F0. RGB value is (193,250,240). Sum of RGB (Red+Green+Blue) = 193+250+240=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAF0 is #3E050F. Grayscale: #E7E7E7. Windows color (decimal): -4064528 or 15792833. OLE color: 15792833.
HSL color Cylindrical-coordinate representation of color #C1FAF0: hue angle of 169.47º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FAF0 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 240 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.02 |
| HSL | 169.47º | 0.85% | 0.87% | - |
| HSV(B) | 169.47º | 0.23% | 0.98% | - |
| XYZ | 71.91 | 86 | 95.25 | - |
| YUV | 231.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 240 | 0.23 | 0 | 0.04 | 0.02 | 169.47 | 0.85 | 0.87 |
| Hex | C1 | FA | F0 | 17 | 0 | 4 | 2 | A9 | 55 | 57 |
| Octal | 301 | 372 | 360 | 27 | 0 | 4 | 2 | 251 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11110000 | 10111 | 0 | 100 | 10 | 10101001 | 1010101 | 1010111 |
Color Harmonies of #C1FAF0
Complementary color
Monochromatic Colors of #C1FAF0
Black with #C1FAF0
Text Example
Text Example
White with #C1FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAF0; }
p { color: rgb(193,250,240); }
H1.HeaderClassName
{
color: #C1FAF0;
}
.AnyTagClassName
{
color: #C1FAF0;
}
</style>
background-color css
<style>
a { background-color: #C1FAF0; }
a { background-color: rgb(193,250,240); }
div.DivClassName
{
background-color: #C1FAF0;
}
.BgClassName
{
background-color: #C1FAF0;
}
</style>
border-color css
<style>
span { border-color: #C1FAF0; }
span { border-color: rgb(193,250,240); }
td.TdClassName
{
border-color: #C1FAF0;
}
.TagClassName
{
border-color: #C1FAF0;
}
</style>