Shades of Humming Bird #C1F9EE
Tints of Humming Bird #C1F9EE
RGB
CMYK
RGB Variations
Color information
#C1F9EE (or 0xC1F9EE) is known color: Humming Bird. HEX triplet: C1, F9 and EE. RGB value is (193,249,238). Sum of RGB (Red+Green+Blue) = 193+249+238=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F9EE is #3E0611. Grayscale: #E6E6E6. Windows color (decimal): -4064786 or 15661505. OLE color: 15661505.
HSL color Cylindrical-coordinate representation of color #C1F9EE: hue angle of 168.21º 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 #C1F9EE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 238 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.02 |
| HSL | 168.21º | 0.82% | 0.87% | - |
| HSV(B) | 168.21º | 0.22% | 0.98% | - |
| XYZ | 71.3 | 85.26 | 93.59 | - |
| YUV | 231 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 238 | 0.22 | 0 | 0.04 | 0.02 | 168.21 | 0.82 | 0.87 |
| Hex | C1 | F9 | EE | 16 | 0 | 4 | 2 | A8 | 52 | 57 |
| Octal | 301 | 371 | 356 | 26 | 0 | 4 | 2 | 250 | 122 | 127 |
| Binary | 11000001 | 11111001 | 11101110 | 10110 | 0 | 100 | 10 | 10101000 | 1010010 | 1010111 |
Color Harmonies of #C1F9EE
Complementary color
Monochromatic Colors of #C1F9EE
Black with #C1F9EE
Text Example
Text Example
White with #C1F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F9EE; }
p { color: rgb(193,249,238); }
H1.HeaderClassName
{
color: #C1F9EE;
}
.AnyTagClassName
{
color: #C1F9EE;
}
</style>
background-color css
<style>
a { background-color: #C1F9EE; }
a { background-color: rgb(193,249,238); }
div.DivClassName
{
background-color: #C1F9EE;
}
.BgClassName
{
background-color: #C1F9EE;
}
</style>
border-color css
<style>
span { border-color: #C1F9EE; }
span { border-color: rgb(193,249,238); }
td.TdClassName
{
border-color: #C1F9EE;
}
.TagClassName
{
border-color: #C1F9EE;
}
</style>