Shades of Humming Bird #C0FAE9
Tints of Humming Bird #C0FAE9
RGB
CMYK
RGB Variations
Color information
#C0FAE9 (or 0xC0FAE9) is known color: Humming Bird. HEX triplet: C0, FA and E9. RGB value is (192,250,233). Sum of RGB (Red+Green+Blue) = 192+250+233=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAE9 is #3F0516. Grayscale: #E6E6E6. Windows color (decimal): -4130071 or 15334080. OLE color: 15334080.
HSL color Cylindrical-coordinate representation of color #C0FAE9: hue angle of 162.41º degrees, saturation: 0.85, 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 #C0FAE9 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 233 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.02 |
| HSL | 162.41º | 0.85% | 0.87% | - |
| HSV(B) | 162.41º | 0.23% | 0.98% | - |
| XYZ | 70.63 | 85.46 | 89.86 | - |
| YUV | 230.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 233 | 0.23 | 0 | 0.07 | 0.02 | 162.41 | 0.85 | 0.87 |
| Hex | C0 | FA | E9 | 17 | 0 | 7 | 2 | A2 | 55 | 57 |
| Octal | 300 | 372 | 351 | 27 | 0 | 7 | 2 | 242 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11101001 | 10111 | 0 | 111 | 10 | 10100010 | 1010101 | 1010111 |
Color Harmonies of #C0FAE9
Complementary color
Monochromatic Colors of #C0FAE9
Black with #C0FAE9
Text Example
Text Example
White with #C0FAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAE9; }
p { color: rgb(192,250,233); }
H1.HeaderClassName
{
color: #C0FAE9;
}
.AnyTagClassName
{
color: #C0FAE9;
}
</style>
background-color css
<style>
a { background-color: #C0FAE9; }
a { background-color: rgb(192,250,233); }
div.DivClassName
{
background-color: #C0FAE9;
}
.BgClassName
{
background-color: #C0FAE9;
}
</style>
border-color css
<style>
span { border-color: #C0FAE9; }
span { border-color: rgb(192,250,233); }
td.TdClassName
{
border-color: #C0FAE9;
}
.TagClassName
{
border-color: #C0FAE9;
}
</style>