Shades of Humming Bird #C0FCED
Tints of Humming Bird #C0FCED
RGB
CMYK
RGB Variations
Color information
#C0FCED (or 0xC0FCED) is known color: Humming Bird. HEX triplet: C0, FC and ED. RGB value is (192,252,237). Sum of RGB (Red+Green+Blue) = 192+252+237=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCED is #3F0312. Grayscale: #E8E8E8. Windows color (decimal): -4129555 or 15596736. OLE color: 15596736.
HSL color Cylindrical-coordinate representation of color #C0FCED: hue angle of 165º degrees, saturation: 0.91, 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 #C0FCED is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 252 | 237 | - |
CMYK | 0.24 | 0 | 0.06 | 0.01 |
HSL | 165º | 0.91% | 0.87% | - |
HSV(B) | 165º | 0.24% | 0.99% | - |
XYZ | 71.83 | 86.94 | 93.12 | - |
YUV | 232.35 | 130.62 | 99.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 252 | 237 | 0.24 | 0 | 0.06 | 0.01 | 165 | 0.91 | 0.87 |
Hex | C0 | FC | ED | 18 | 0 | 6 | 1 | A5 | 5B | 57 |
Octal | 300 | 374 | 355 | 30 | 0 | 6 | 1 | 245 | 133 | 127 |
Binary | 11000000 | 11111100 | 11101101 | 11000 | 0 | 110 | 1 | 10100101 | 1011011 | 1010111 |
Color Harmonies of #C0FCED
Complementary color
Monochromatic Colors of #C0FCED
Black with #C0FCED
Text Example
Text Example
White with #C0FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCED; }
p { color: rgb(192,252,237); }
H1.HeaderClassName
{
color: #C0FCED;
}
.AnyTagClassName
{
color: #C0FCED;
}
</style>
background-color css
<style>
a { background-color: #C0FCED; }
a { background-color: rgb(192,252,237); }
div.DivClassName
{
background-color: #C0FCED;
}
.BgClassName
{
background-color: #C0FCED;
}
</style>
border-color css
<style>
span { border-color: #C0FCED; }
span { border-color: rgb(192,252,237); }
td.TdClassName
{
border-color: #C0FCED;
}
.TagClassName
{
border-color: #C0FCED;
}
</style>