Shades of Humming Bird #C0FBE8
Tints of Humming Bird #C0FBE8
RGB
CMYK
RGB Variations
Color information
#C0FBE8 (or 0xC0FBE8) is known color: Humming Bird. HEX triplet: C0, FB and E8. RGB value is (192,251,232). Sum of RGB (Red+Green+Blue) = 192+251+232=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBE8 is #3F0417. Grayscale: #E7E7E7. Windows color (decimal): -4129816 or 15268800. OLE color: 15268800.
HSL color Cylindrical-coordinate representation of color #C0FBE8: hue angle of 160.68º 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 #C0FBE8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 232 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 160.68º | 0.88% | 0.87% | - |
| HSV(B) | 160.68º | 0.24% | 0.98% | - |
| XYZ | 70.8 | 86.03 | 89.22 | - |
| YUV | 231.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 232 | 0.24 | 0 | 0.08 | 0.02 | 160.68 | 0.88 | 0.87 |
| Hex | C0 | FB | E8 | 18 | 0 | 8 | 2 | A1 | 58 | 57 |
| Octal | 300 | 373 | 350 | 30 | 0 | 10 | 2 | 241 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11101000 | 11000 | 0 | 1000 | 10 | 10100001 | 1011000 | 1010111 |
Color Harmonies of #C0FBE8
Complementary color
Monochromatic Colors of #C0FBE8
Black with #C0FBE8
Text Example
Text Example
White with #C0FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBE8; }
p { color: rgb(192,251,232); }
H1.HeaderClassName
{
color: #C0FBE8;
}
.AnyTagClassName
{
color: #C0FBE8;
}
</style>
background-color css
<style>
a { background-color: #C0FBE8; }
a { background-color: rgb(192,251,232); }
div.DivClassName
{
background-color: #C0FBE8;
}
.BgClassName
{
background-color: #C0FBE8;
}
</style>
border-color css
<style>
span { border-color: #C0FBE8; }
span { border-color: rgb(192,251,232); }
td.TdClassName
{
border-color: #C0FBE8;
}
.TagClassName
{
border-color: #C0FBE8;
}
</style>