Shades of Humming Bird #C0FBE6
Tints of Humming Bird #C0FBE6
RGB
CMYK
RGB Variations
Color information
#C0FBE6 (or 0xC0FBE6) is known color: Humming Bird. HEX triplet: C0, FB and E6. RGB value is (192,251,230). Sum of RGB (Red+Green+Blue) = 192+251+230=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBE6 is #3F0419. Grayscale: #E6E6E6. Windows color (decimal): -4129818 or 15137728. OLE color: 15137728.
HSL color Cylindrical-coordinate representation of color #C0FBE6: hue angle of 158.64º 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 #C0FBE6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 230 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 158.64º | 0.88% | 0.87% | - |
| HSV(B) | 158.64º | 0.24% | 0.98% | - |
| XYZ | 70.52 | 85.91 | 87.73 | - |
| YUV | 230.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 230 | 0.24 | 0 | 0.08 | 0.02 | 158.64 | 0.88 | 0.87 |
| Hex | C0 | FB | E6 | 18 | 0 | 8 | 2 | 9F | 58 | 57 |
| Octal | 300 | 373 | 346 | 30 | 0 | 10 | 2 | 237 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11100110 | 11000 | 0 | 1000 | 10 | 10011111 | 1011000 | 1010111 |
Color Harmonies of #C0FBE6
Complementary color
Monochromatic Colors of #C0FBE6
Black with #C0FBE6
Text Example
Text Example
White with #C0FBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBE6; }
p { color: rgb(192,251,230); }
H1.HeaderClassName
{
color: #C0FBE6;
}
.AnyTagClassName
{
color: #C0FBE6;
}
</style>
background-color css
<style>
a { background-color: #C0FBE6; }
a { background-color: rgb(192,251,230); }
div.DivClassName
{
background-color: #C0FBE6;
}
.BgClassName
{
background-color: #C0FBE6;
}
</style>
border-color css
<style>
span { border-color: #C0FBE6; }
span { border-color: rgb(192,251,230); }
td.TdClassName
{
border-color: #C0FBE6;
}
.TagClassName
{
border-color: #C0FBE6;
}
</style>