Shades of Humming Bird #C2FFF4
Tints of Humming Bird #C2FFF4
RGB
CMYK
RGB Variations
Color information
#C2FFF4 (or 0xC2FFF4) is known color: Humming Bird. HEX triplet: C2, FF and F4. RGB value is (194,255,244). Sum of RGB (Red+Green+Blue) = 194+255+244=693 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.99% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF4 is #3D000B. Grayscale: #EBEBEB. Windows color (decimal): -3997708 or 16056258. OLE color: 16056258.
HSL color Cylindrical-coordinate representation of color #C2FFF4: hue angle of 169.18º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFF4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 244 | - |
| CMYK | 0.24 | 0 | 0.04 | 0 |
| HSL | 169.18º | 1% | 0.88% | - |
| HSV(B) | 169.18º | 0.24% | 1% | - |
| XYZ | 74.34 | 89.52 | 98.95 | - |
| YUV | 235.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 244 | 0.24 | 0 | 0.04 | 0 | 169.18 | 1 | 0.88 |
| Hex | C2 | FF | F4 | 18 | 0 | 4 | 0 | A9 | 64 | 58 |
| Octal | 302 | 377 | 364 | 30 | 0 | 4 | 0 | 251 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11110100 | 11000 | 0 | 100 | 0 | 10101001 | 1100100 | 1011000 |
Color Harmonies of #C2FFF4
Complementary color
Monochromatic Colors of #C2FFF4
Black with #C2FFF4
Text Example
Text Example
White with #C2FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFF4; }
p { color: rgb(194,255,244); }
H1.HeaderClassName
{
color: #C2FFF4;
}
.AnyTagClassName
{
color: #C2FFF4;
}
</style>
background-color css
<style>
a { background-color: #C2FFF4; }
a { background-color: rgb(194,255,244); }
div.DivClassName
{
background-color: #C2FFF4;
}
.BgClassName
{
background-color: #C2FFF4;
}
</style>
border-color css
<style>
span { border-color: #C2FFF4; }
span { border-color: rgb(194,255,244); }
td.TdClassName
{
border-color: #C2FFF4;
}
.TagClassName
{
border-color: #C2FFF4;
}
</style>