Shades of Humming Bird #C2FBEF
Tints of Humming Bird #C2FBEF
RGB
CMYK
RGB Variations
Color information
#C2FBEF (or 0xC2FBEF) is known color: Humming Bird. HEX triplet: C2, FB and EF. RGB value is (194,251,239). Sum of RGB (Red+Green+Blue) = 194+251+239=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBEF is #3D0410. Grayscale: #E8E8E8. Windows color (decimal): -3998737 or 15727554. OLE color: 15727554.
HSL color Cylindrical-coordinate representation of color #C2FBEF: hue angle of 167.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBEF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 239 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.02 |
| HSL | 167.37º | 0.88% | 0.87% | - |
| HSV(B) | 167.37º | 0.23% | 0.98% | - |
| XYZ | 72.33 | 86.7 | 94.58 | - |
| YUV | 232.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 239 | 0.23 | 0 | 0.05 | 0.02 | 167.37 | 0.88 | 0.87 |
| Hex | C2 | FB | EF | 17 | 0 | 5 | 2 | A7 | 58 | 57 |
| Octal | 302 | 373 | 357 | 27 | 0 | 5 | 2 | 247 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11101111 | 10111 | 0 | 101 | 10 | 10100111 | 1011000 | 1010111 |
Color Harmonies of #C2FBEF
Complementary color
Monochromatic Colors of #C2FBEF
Black with #C2FBEF
Text Example
Text Example
White with #C2FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBEF; }
p { color: rgb(194,251,239); }
H1.HeaderClassName
{
color: #C2FBEF;
}
.AnyTagClassName
{
color: #C2FBEF;
}
</style>
background-color css
<style>
a { background-color: #C2FBEF; }
a { background-color: rgb(194,251,239); }
div.DivClassName
{
background-color: #C2FBEF;
}
.BgClassName
{
background-color: #C2FBEF;
}
</style>
border-color css
<style>
span { border-color: #C2FBEF; }
span { border-color: rgb(194,251,239); }
td.TdClassName
{
border-color: #C2FBEF;
}
.TagClassName
{
border-color: #C2FBEF;
}
</style>