Shades of Humming Bird #C2F9EE
Tints of Humming Bird #C2F9EE
RGB
CMYK
RGB Variations
Color information
#C2F9EE (or 0xC2F9EE) is known color: Humming Bird. HEX triplet: C2, F9 and EE. RGB value is (194,249,238). Sum of RGB (Red+Green+Blue) = 194+249+238=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9EE is #3D0611. Grayscale: #E7E7E7. Windows color (decimal): -3999250 or 15661506. OLE color: 15661506.
HSL color Cylindrical-coordinate representation of color #C2F9EE: hue angle of 168º 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 #C2F9EE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 238 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.02 |
| HSL | 168º | 0.82% | 0.87% | - |
| HSV(B) | 168º | 0.22% | 0.98% | - |
| XYZ | 71.56 | 85.39 | 93.6 | - |
| YUV | 231.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 238 | 0.22 | 0 | 0.04 | 0.02 | 168 | 0.82 | 0.87 |
| Hex | C2 | F9 | EE | 16 | 0 | 4 | 2 | A8 | 52 | 57 |
| Octal | 302 | 371 | 356 | 26 | 0 | 4 | 2 | 250 | 122 | 127 |
| Binary | 11000010 | 11111001 | 11101110 | 10110 | 0 | 100 | 10 | 10101000 | 1010010 | 1010111 |
Color Harmonies of #C2F9EE
Complementary color
Monochromatic Colors of #C2F9EE
Black with #C2F9EE
Text Example
Text Example
White with #C2F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9EE; }
p { color: rgb(194,249,238); }
H1.HeaderClassName
{
color: #C2F9EE;
}
.AnyTagClassName
{
color: #C2F9EE;
}
</style>
background-color css
<style>
a { background-color: #C2F9EE; }
a { background-color: rgb(194,249,238); }
div.DivClassName
{
background-color: #C2F9EE;
}
.BgClassName
{
background-color: #C2F9EE;
}
</style>
border-color css
<style>
span { border-color: #C2F9EE; }
span { border-color: rgb(194,249,238); }
td.TdClassName
{
border-color: #C2F9EE;
}
.TagClassName
{
border-color: #C2F9EE;
}
</style>