Shades of Humming Bird #C0FBE9
Tints of Humming Bird #C0FBE9
RGB
CMYK
RGB Variations
Color information
#C0FBE9 (or 0xC0FBE9) is known color: Humming Bird. HEX triplet: C0, FB and E9. RGB value is (192,251,233). Sum of RGB (Red+Green+Blue) = 192+251+233=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBE9 is #3F0416. Grayscale: #E7E7E7. Windows color (decimal): -4129815 or 15334336. OLE color: 15334336.
HSL color Cylindrical-coordinate representation of color #C0FBE9: hue angle of 161.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBE9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 233 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.02 |
| HSL | 161.69º | 0.88% | 0.87% | - |
| HSV(B) | 161.69º | 0.24% | 0.98% | - |
| XYZ | 70.94 | 86.08 | 89.97 | - |
| YUV | 231.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 233 | 0.24 | 0 | 0.07 | 0.02 | 161.69 | 0.88 | 0.87 |
| Hex | C0 | FB | E9 | 18 | 0 | 7 | 2 | A2 | 58 | 57 |
| Octal | 300 | 373 | 351 | 30 | 0 | 7 | 2 | 242 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11101001 | 11000 | 0 | 111 | 10 | 10100010 | 1011000 | 1010111 |
Color Harmonies of #C0FBE9
Complementary color
Monochromatic Colors of #C0FBE9
Black with #C0FBE9
Text Example
Text Example
White with #C0FBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBE9; }
p { color: rgb(192,251,233); }
H1.HeaderClassName
{
color: #C0FBE9;
}
.AnyTagClassName
{
color: #C0FBE9;
}
</style>
background-color css
<style>
a { background-color: #C0FBE9; }
a { background-color: rgb(192,251,233); }
div.DivClassName
{
background-color: #C0FBE9;
}
.BgClassName
{
background-color: #C0FBE9;
}
</style>
border-color css
<style>
span { border-color: #C0FBE9; }
span { border-color: rgb(192,251,233); }
td.TdClassName
{
border-color: #C0FBE9;
}
.TagClassName
{
border-color: #C0FBE9;
}
</style>