Shades of Humming Bird #C1FCF0
Tints of Humming Bird #C1FCF0
RGB
CMYK
RGB Variations
Color information
#C1FCF0 (or 0xC1FCF0) is known color: Humming Bird. HEX triplet: C1, FC and F0. RGB value is (193,252,240). Sum of RGB (Red+Green+Blue) = 193+252+240=685 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.18% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FCF0 is #3E030F. Grayscale: #E8E8E8. Windows color (decimal): -4064016 or 15793345. OLE color: 15793345.
HSL color Cylindrical-coordinate representation of color #C1FCF0: hue angle of 167.8º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FCF0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 240 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.01 |
| HSL | 167.8º | 0.91% | 0.87% | - |
| HSV(B) | 167.8º | 0.23% | 0.99% | - |
| XYZ | 72.53 | 87.25 | 95.46 | - |
| YUV | 232.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 240 | 0.23 | 0 | 0.05 | 0.01 | 167.8 | 0.91 | 0.87 |
| Hex | C1 | FC | F0 | 17 | 0 | 5 | 1 | A8 | 5B | 57 |
| Octal | 301 | 374 | 360 | 27 | 0 | 5 | 1 | 250 | 133 | 127 |
| Binary | 11000001 | 11111100 | 11110000 | 10111 | 0 | 101 | 1 | 10101000 | 1011011 | 1010111 |
Color Harmonies of #C1FCF0
Complementary color
Monochromatic Colors of #C1FCF0
Black with #C1FCF0
Text Example
Text Example
White with #C1FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCF0; }
p { color: rgb(193,252,240); }
H1.HeaderClassName
{
color: #C1FCF0;
}
.AnyTagClassName
{
color: #C1FCF0;
}
</style>
background-color css
<style>
a { background-color: #C1FCF0; }
a { background-color: rgb(193,252,240); }
div.DivClassName
{
background-color: #C1FCF0;
}
.BgClassName
{
background-color: #C1FCF0;
}
</style>
border-color css
<style>
span { border-color: #C1FCF0; }
span { border-color: rgb(193,252,240); }
td.TdClassName
{
border-color: #C1FCF0;
}
.TagClassName
{
border-color: #C1FCF0;
}
</style>