Shades of Humming Bird #C2FFF2
Tints of Humming Bird #C2FFF2
RGB
CMYK
RGB Variations
Color information
#C2FFF2 (or 0xC2FFF2) is known color: Humming Bird. HEX triplet: C2, FF and F2. RGB value is (194,255,242). Sum of RGB (Red+Green+Blue) = 194+255+242=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF2 is #3D000D. Grayscale: #EBEBEB. Windows color (decimal): -3997710 or 15925186. OLE color: 15925186.
HSL color Cylindrical-coordinate representation of color #C2FFF2: hue angle of 167.21º 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 #C2FFF2 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 242 | - |
| CMYK | 0.24 | 0 | 0.05 | 0 |
| HSL | 167.21º | 1% | 0.88% | - |
| HSV(B) | 167.21º | 0.24% | 1% | - |
| XYZ | 74.04 | 89.4 | 97.36 | - |
| YUV | 235.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 242 | 0.24 | 0 | 0.05 | 0 | 167.21 | 1 | 0.88 |
| Hex | C2 | FF | F2 | 18 | 0 | 5 | 0 | A7 | 64 | 58 |
| Octal | 302 | 377 | 362 | 30 | 0 | 5 | 0 | 247 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11110010 | 11000 | 0 | 101 | 0 | 10100111 | 1100100 | 1011000 |
Color Harmonies of #C2FFF2
Complementary color
Monochromatic Colors of #C2FFF2
Black with #C2FFF2
Text Example
Text Example
White with #C2FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFF2; }
p { color: rgb(194,255,242); }
H1.HeaderClassName
{
color: #C2FFF2;
}
.AnyTagClassName
{
color: #C2FFF2;
}
</style>
background-color css
<style>
a { background-color: #C2FFF2; }
a { background-color: rgb(194,255,242); }
div.DivClassName
{
background-color: #C2FFF2;
}
.BgClassName
{
background-color: #C2FFF2;
}
</style>
border-color css
<style>
span { border-color: #C2FFF2; }
span { border-color: rgb(194,255,242); }
td.TdClassName
{
border-color: #C2FFF2;
}
.TagClassName
{
border-color: #C2FFF2;
}
</style>