Shades of Humming Bird #C0FDEB
Tints of Humming Bird #C0FDEB
RGB
CMYK
RGB Variations
Color information
#C0FDEB (or 0xC0FDEB) is known color: Humming Bird. HEX triplet: C0, FD and EB. RGB value is (192,253,235). Sum of RGB (Red+Green+Blue) = 192+253+235=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDEB is #3F0214. Grayscale: #E8E8E8. Windows color (decimal): -4129301 or 15465920. OLE color: 15465920.
HSL color Cylindrical-coordinate representation of color #C0FDEB: hue angle of 162.3º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDEB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 235 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.01 |
| HSL | 162.3º | 0.94% | 0.87% | - |
| HSV(B) | 162.3º | 0.24% | 0.99% | - |
| XYZ | 71.86 | 87.46 | 91.69 | - |
| YUV | 232.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 235 | 0.24 | 0 | 0.07 | 0.01 | 162.3 | 0.94 | 0.87 |
| Hex | C0 | FD | EB | 18 | 0 | 7 | 1 | A2 | 5E | 57 |
| Octal | 300 | 375 | 353 | 30 | 0 | 7 | 1 | 242 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11101011 | 11000 | 0 | 111 | 1 | 10100010 | 1011110 | 1010111 |
Color Harmonies of #C0FDEB
Complementary color
Monochromatic Colors of #C0FDEB
Black with #C0FDEB
Text Example
Text Example
White with #C0FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDEB; }
p { color: rgb(192,253,235); }
H1.HeaderClassName
{
color: #C0FDEB;
}
.AnyTagClassName
{
color: #C0FDEB;
}
</style>
background-color css
<style>
a { background-color: #C0FDEB; }
a { background-color: rgb(192,253,235); }
div.DivClassName
{
background-color: #C0FDEB;
}
.BgClassName
{
background-color: #C0FDEB;
}
</style>
border-color css
<style>
span { border-color: #C0FDEB; }
span { border-color: rgb(192,253,235); }
td.TdClassName
{
border-color: #C0FDEB;
}
.TagClassName
{
border-color: #C0FDEB;
}
</style>