Shades of Humming Bird #C1FDEF
Tints of Humming Bird #C1FDEF
RGB
CMYK
RGB Variations
Color information
#C1FDEF (or 0xC1FDEF) is known color: Humming Bird. HEX triplet: C1, FD and EF. RGB value is (193,253,239). Sum of RGB (Red+Green+Blue) = 193+253+239=685 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.18% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDEF is #3E0210. Grayscale: #E9E9E9. Windows color (decimal): -4063761 or 15728065. OLE color: 15728065.
HSL color Cylindrical-coordinate representation of color #C1FDEF: hue angle of 166º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDEF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 239 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.01 |
| HSL | 166º | 0.94% | 0.87% | - |
| HSV(B) | 166º | 0.24% | 0.99% | - |
| XYZ | 72.7 | 87.82 | 94.78 | - |
| YUV | 233.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 239 | 0.24 | 0 | 0.06 | 0.01 | 166 | 0.94 | 0.87 |
| Hex | C1 | FD | EF | 18 | 0 | 6 | 1 | A6 | 5E | 57 |
| Octal | 301 | 375 | 357 | 30 | 0 | 6 | 1 | 246 | 136 | 127 |
| Binary | 11000001 | 11111101 | 11101111 | 11000 | 0 | 110 | 1 | 10100110 | 1011110 | 1010111 |
Color Harmonies of #C1FDEF
Complementary color
Monochromatic Colors of #C1FDEF
Black with #C1FDEF
Text Example
Text Example
White with #C1FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDEF; }
p { color: rgb(193,253,239); }
H1.HeaderClassName
{
color: #C1FDEF;
}
.AnyTagClassName
{
color: #C1FDEF;
}
</style>
background-color css
<style>
a { background-color: #C1FDEF; }
a { background-color: rgb(193,253,239); }
div.DivClassName
{
background-color: #C1FDEF;
}
.BgClassName
{
background-color: #C1FDEF;
}
</style>
border-color css
<style>
span { border-color: #C1FDEF; }
span { border-color: rgb(193,253,239); }
td.TdClassName
{
border-color: #C1FDEF;
}
.TagClassName
{
border-color: #C1FDEF;
}
</style>