Shades of Humming Bird #C0FBED
Tints of Humming Bird #C0FBED
RGB
CMYK
RGB Variations
Color information
#C0FBED (or 0xC0FBED) is known color: Humming Bird. HEX triplet: C0, FB and ED. RGB value is (192,251,237). Sum of RGB (Red+Green+Blue) = 192+251+237=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBED is #3F0412. Grayscale: #E7E7E7. Windows color (decimal): -4129811 or 15596480. OLE color: 15596480.
HSL color Cylindrical-coordinate representation of color #C0FBED: hue angle of 165.76º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBED is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 237 | - |
CMYK | 0.24 | 0 | 0.06 | 0.02 |
HSL | 165.76º | 0.88% | 0.87% | - |
HSV(B) | 165.76º | 0.24% | 0.98% | - |
XYZ | 71.52 | 86.32 | 93.01 | - |
YUV | 231.76 | 130.95 | 99.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 237 | 0.24 | 0 | 0.06 | 0.02 | 165.76 | 0.88 | 0.87 |
Hex | C0 | FB | ED | 18 | 0 | 6 | 2 | A6 | 58 | 57 |
Octal | 300 | 373 | 355 | 30 | 0 | 6 | 2 | 246 | 130 | 127 |
Binary | 11000000 | 11111011 | 11101101 | 11000 | 0 | 110 | 10 | 10100110 | 1011000 | 1010111 |
Color Harmonies of #C0FBED
Complementary color
Monochromatic Colors of #C0FBED
Black with #C0FBED
Text Example
Text Example
White with #C0FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBED; }
p { color: rgb(192,251,237); }
H1.HeaderClassName
{
color: #C0FBED;
}
.AnyTagClassName
{
color: #C0FBED;
}
</style>
background-color css
<style>
a { background-color: #C0FBED; }
a { background-color: rgb(192,251,237); }
div.DivClassName
{
background-color: #C0FBED;
}
.BgClassName
{
background-color: #C0FBED;
}
</style>
border-color css
<style>
span { border-color: #C0FBED; }
span { border-color: rgb(192,251,237); }
td.TdClassName
{
border-color: #C0FBED;
}
.TagClassName
{
border-color: #C0FBED;
}
</style>