Shades of Humming Bird #C0F9E6
Tints of Humming Bird #C0F9E6
RGB
CMYK
RGB Variations
Color information
#C0F9E6 (or 0xC0F9E6) is known color: Humming Bird. HEX triplet: C0, F9 and E6. RGB value is (192,249,230). Sum of RGB (Red+Green+Blue) = 192+249+230=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9E6 is #3F0619. Grayscale: #E5E5E5. Windows color (decimal): -4130330 or 15137216. OLE color: 15137216.
HSL color Cylindrical-coordinate representation of color #C0F9E6: hue angle of 160º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9E6 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 230 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.02 |
| HSL | 160º | 0.83% | 0.86% | - |
| HSV(B) | 160º | 0.23% | 0.98% | - |
| XYZ | 69.9 | 84.67 | 87.52 | - |
| YUV | 229.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 230 | 0.23 | 0 | 0.08 | 0.02 | 160 | 0.83 | 0.86 |
| Hex | C0 | F9 | E6 | 17 | 0 | 8 | 2 | A0 | 53 | 56 |
| Octal | 300 | 371 | 346 | 27 | 0 | 10 | 2 | 240 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11100110 | 10111 | 0 | 1000 | 10 | 10100000 | 1010011 | 1010110 |
Color Harmonies of #C0F9E6
Complementary color
Monochromatic Colors of #C0F9E6
Black with #C0F9E6
Text Example
Text Example
White with #C0F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9E6; }
p { color: rgb(192,249,230); }
H1.HeaderClassName
{
color: #C0F9E6;
}
.AnyTagClassName
{
color: #C0F9E6;
}
</style>
background-color css
<style>
a { background-color: #C0F9E6; }
a { background-color: rgb(192,249,230); }
div.DivClassName
{
background-color: #C0F9E6;
}
.BgClassName
{
background-color: #C0F9E6;
}
</style>
border-color css
<style>
span { border-color: #C0F9E6; }
span { border-color: rgb(192,249,230); }
td.TdClassName
{
border-color: #C0F9E6;
}
.TagClassName
{
border-color: #C0F9E6;
}
</style>