Shades of Humming Bird #C0FAEE
Tints of Humming Bird #C0FAEE
RGB
CMYK
RGB Variations
Color information
#C0FAEE (or 0xC0FAEE) is known color: Humming Bird. HEX triplet: C0, FA and EE. RGB value is (192,250,238). Sum of RGB (Red+Green+Blue) = 192+250+238=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAEE is #3F0511. Grayscale: #E7E7E7. Windows color (decimal): -4130066 or 15661760. OLE color: 15661760.
HSL color Cylindrical-coordinate representation of color #C0FAEE: hue angle of 167.59º 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 #C0FAEE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 238 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.02 |
| HSL | 167.59º | 0.85% | 0.87% | - |
| HSV(B) | 167.59º | 0.23% | 0.98% | - |
| XYZ | 71.36 | 85.75 | 93.68 | - |
| YUV | 231.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 238 | 0.23 | 0 | 0.05 | 0.02 | 167.59 | 0.85 | 0.87 |
| Hex | C0 | FA | EE | 17 | 0 | 5 | 2 | A8 | 55 | 57 |
| Octal | 300 | 372 | 356 | 27 | 0 | 5 | 2 | 250 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11101110 | 10111 | 0 | 101 | 10 | 10101000 | 1010101 | 1010111 |
Color Harmonies of #C0FAEE
Complementary color
Monochromatic Colors of #C0FAEE
Black with #C0FAEE
Text Example
Text Example
White with #C0FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAEE; }
p { color: rgb(192,250,238); }
H1.HeaderClassName
{
color: #C0FAEE;
}
.AnyTagClassName
{
color: #C0FAEE;
}
</style>
background-color css
<style>
a { background-color: #C0FAEE; }
a { background-color: rgb(192,250,238); }
div.DivClassName
{
background-color: #C0FAEE;
}
.BgClassName
{
background-color: #C0FAEE;
}
</style>
border-color css
<style>
span { border-color: #C0FAEE; }
span { border-color: rgb(192,250,238); }
td.TdClassName
{
border-color: #C0FAEE;
}
.TagClassName
{
border-color: #C0FAEE;
}
</style>