Shades of Humming Bird #C0F8ED
Tints of Humming Bird #C0F8ED
RGB
CMYK
RGB Variations
Color information
#C0F8ED (or 0xC0F8ED) is known color: Humming Bird. HEX triplet: C0, F8 and ED. RGB value is (192,248,237). Sum of RGB (Red+Green+Blue) = 192+248+237=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F8ED is #3F0712. Grayscale: #E5E5E5. Windows color (decimal): -4130579 or 15595712. OLE color: 15595712.
HSL color Cylindrical-coordinate representation of color #C0F8ED: hue angle of 168.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8ED is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 237 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 168.21º | 0.8% | 0.86% | - |
| HSV(B) | 168.21º | 0.23% | 0.97% | - |
| XYZ | 70.59 | 84.46 | 92.7 | - |
| YUV | 230 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 237 | 0.23 | 0 | 0.04 | 0.03 | 168.21 | 0.8 | 0.86 |
| Hex | C0 | F8 | ED | 17 | 0 | 4 | 3 | A8 | 50 | 56 |
| Octal | 300 | 370 | 355 | 27 | 0 | 4 | 3 | 250 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11101101 | 10111 | 0 | 100 | 11 | 10101000 | 1010000 | 1010110 |
Color Harmonies of #C0F8ED
Complementary color
Monochromatic Colors of #C0F8ED
Black with #C0F8ED
Text Example
Text Example
White with #C0F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8ED; }
p { color: rgb(192,248,237); }
H1.HeaderClassName
{
color: #C0F8ED;
}
.AnyTagClassName
{
color: #C0F8ED;
}
</style>
background-color css
<style>
a { background-color: #C0F8ED; }
a { background-color: rgb(192,248,237); }
div.DivClassName
{
background-color: #C0F8ED;
}
.BgClassName
{
background-color: #C0F8ED;
}
</style>
border-color css
<style>
span { border-color: #C0F8ED; }
span { border-color: rgb(192,248,237); }
td.TdClassName
{
border-color: #C0F8ED;
}
.TagClassName
{
border-color: #C0F8ED;
}
</style>