Shades of Humming Bird #C0FDEE
Tints of Humming Bird #C0FDEE
RGB
CMYK
RGB Variations
Color information
#C0FDEE (or 0xC0FDEE) is known color: Humming Bird. HEX triplet: C0, FD and EE. RGB value is (192,253,238). Sum of RGB (Red+Green+Blue) = 192+253+238=683 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.11% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDEE is #3F0211. Grayscale: #E9E9E9. Windows color (decimal): -4129298 or 15662528. OLE color: 15662528.
HSL color Cylindrical-coordinate representation of color #C0FDEE: hue angle of 165.25º 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 #C0FDEE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 238 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.01 |
| HSL | 165.25º | 0.94% | 0.87% | - |
| HSV(B) | 165.25º | 0.24% | 0.99% | - |
| XYZ | 72.3 | 87.63 | 93.99 | - |
| YUV | 233.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 238 | 0.24 | 0 | 0.06 | 0.01 | 165.25 | 0.94 | 0.87 |
| Hex | C0 | FD | EE | 18 | 0 | 6 | 1 | A5 | 5E | 57 |
| Octal | 300 | 375 | 356 | 30 | 0 | 6 | 1 | 245 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11101110 | 11000 | 0 | 110 | 1 | 10100101 | 1011110 | 1010111 |
Color Harmonies of #C0FDEE
Complementary color
Monochromatic Colors of #C0FDEE
Black with #C0FDEE
Text Example
Text Example
White with #C0FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDEE; }
p { color: rgb(192,253,238); }
H1.HeaderClassName
{
color: #C0FDEE;
}
.AnyTagClassName
{
color: #C0FDEE;
}
</style>
background-color css
<style>
a { background-color: #C0FDEE; }
a { background-color: rgb(192,253,238); }
div.DivClassName
{
background-color: #C0FDEE;
}
.BgClassName
{
background-color: #C0FDEE;
}
</style>
border-color css
<style>
span { border-color: #C0FDEE; }
span { border-color: rgb(192,253,238); }
td.TdClassName
{
border-color: #C0FDEE;
}
.TagClassName
{
border-color: #C0FDEE;
}
</style>