Shades of Humming Bird #C0FAE8
Tints of Humming Bird #C0FAE8
RGB
CMYK
RGB Variations
Color information
#C0FAE8 (or 0xC0FAE8) is known color: Humming Bird. HEX triplet: C0, FA and E8. RGB value is (192,250,232). Sum of RGB (Red+Green+Blue) = 192+250+232=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAE8 is #3F0517. Grayscale: #E6E6E6. Windows color (decimal): -4130072 or 15268544. OLE color: 15268544.
HSL color Cylindrical-coordinate representation of color #C0FAE8: hue angle of 161.38º 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 #C0FAE8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 232 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.02 |
| HSL | 161.38º | 0.85% | 0.87% | - |
| HSV(B) | 161.38º | 0.23% | 0.98% | - |
| XYZ | 70.49 | 85.4 | 89.11 | - |
| YUV | 230.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 232 | 0.23 | 0 | 0.07 | 0.02 | 161.38 | 0.85 | 0.87 |
| Hex | C0 | FA | E8 | 17 | 0 | 7 | 2 | A1 | 55 | 57 |
| Octal | 300 | 372 | 350 | 27 | 0 | 7 | 2 | 241 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11101000 | 10111 | 0 | 111 | 10 | 10100001 | 1010101 | 1010111 |
Color Harmonies of #C0FAE8
Complementary color
Monochromatic Colors of #C0FAE8
Black with #C0FAE8
Text Example
Text Example
White with #C0FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAE8; }
p { color: rgb(192,250,232); }
H1.HeaderClassName
{
color: #C0FAE8;
}
.AnyTagClassName
{
color: #C0FAE8;
}
</style>
background-color css
<style>
a { background-color: #C0FAE8; }
a { background-color: rgb(192,250,232); }
div.DivClassName
{
background-color: #C0FAE8;
}
.BgClassName
{
background-color: #C0FAE8;
}
</style>
border-color css
<style>
span { border-color: #C0FAE8; }
span { border-color: rgb(192,250,232); }
td.TdClassName
{
border-color: #C0FAE8;
}
.TagClassName
{
border-color: #C0FAE8;
}
</style>