Shades of Humming Bird #C0FAEA
Tints of Humming Bird #C0FAEA
RGB
CMYK
RGB Variations
Color information
#C0FAEA (or 0xC0FAEA) is known color: Humming Bird. HEX triplet: C0, FA and EA. RGB value is (192,250,234). Sum of RGB (Red+Green+Blue) = 192+250+234=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAEA is #3F0515. Grayscale: #E6E6E6. Windows color (decimal): -4130070 or 15399616. OLE color: 15399616.
HSL color Cylindrical-coordinate representation of color #C0FAEA: hue angle of 163.45º 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 #C0FAEA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 234 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.02 |
| HSL | 163.45º | 0.85% | 0.87% | - |
| HSV(B) | 163.45º | 0.23% | 0.98% | - |
| XYZ | 70.78 | 85.52 | 90.62 | - |
| YUV | 230.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 234 | 0.23 | 0 | 0.06 | 0.02 | 163.45 | 0.85 | 0.87 |
| Hex | C0 | FA | EA | 17 | 0 | 6 | 2 | A3 | 55 | 57 |
| Octal | 300 | 372 | 352 | 27 | 0 | 6 | 2 | 243 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11101010 | 10111 | 0 | 110 | 10 | 10100011 | 1010101 | 1010111 |
Color Harmonies of #C0FAEA
Complementary color
Monochromatic Colors of #C0FAEA
Black with #C0FAEA
Text Example
Text Example
White with #C0FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAEA; }
p { color: rgb(192,250,234); }
H1.HeaderClassName
{
color: #C0FAEA;
}
.AnyTagClassName
{
color: #C0FAEA;
}
</style>
background-color css
<style>
a { background-color: #C0FAEA; }
a { background-color: rgb(192,250,234); }
div.DivClassName
{
background-color: #C0FAEA;
}
.BgClassName
{
background-color: #C0FAEA;
}
</style>
border-color css
<style>
span { border-color: #C0FAEA; }
span { border-color: rgb(192,250,234); }
td.TdClassName
{
border-color: #C0FAEA;
}
.TagClassName
{
border-color: #C0FAEA;
}
</style>