Shades of Humming Bird #C1FCE5
Tints of Humming Bird #C1FCE5
RGB
CMYK
RGB Variations
Color information
#C1FCE5 (or 0xC1FCE5) is known color: Humming Bird. HEX triplet: C1, FC and E5. RGB value is (193,252,229). Sum of RGB (Red+Green+Blue) = 193+252+229=674 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.64% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCE5 is #3E031A. Grayscale: #E7E7E7. Windows color (decimal): -4064027 or 15072449. OLE color: 15072449.
HSL color Cylindrical-coordinate representation of color #C1FCE5: hue angle of 156.61º 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 #C1FCE5 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 229 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.01 |
| HSL | 156.61º | 0.91% | 0.87% | - |
| HSV(B) | 156.61º | 0.23% | 0.99% | - |
| XYZ | 70.95 | 86.62 | 87.11 | - |
| YUV | 231.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 229 | 0.23 | 0 | 0.09 | 0.01 | 156.61 | 0.91 | 0.87 |
| Hex | C1 | FC | E5 | 17 | 0 | 9 | 1 | 9D | 5B | 57 |
| Octal | 301 | 374 | 345 | 27 | 0 | 11 | 1 | 235 | 133 | 127 |
| Binary | 11000001 | 11111100 | 11100101 | 10111 | 0 | 1001 | 1 | 10011101 | 1011011 | 1010111 |
Color Harmonies of #C1FCE5
Complementary color
Monochromatic Colors of #C1FCE5
Black with #C1FCE5
Text Example
Text Example
White with #C1FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCE5; }
p { color: rgb(193,252,229); }
H1.HeaderClassName
{
color: #C1FCE5;
}
.AnyTagClassName
{
color: #C1FCE5;
}
</style>
background-color css
<style>
a { background-color: #C1FCE5; }
a { background-color: rgb(193,252,229); }
div.DivClassName
{
background-color: #C1FCE5;
}
.BgClassName
{
background-color: #C1FCE5;
}
</style>
border-color css
<style>
span { border-color: #C1FCE5; }
span { border-color: rgb(193,252,229); }
td.TdClassName
{
border-color: #C1FCE5;
}
.TagClassName
{
border-color: #C1FCE5;
}
</style>