Shades of Humming Bird #C0FBEC
Tints of Humming Bird #C0FBEC
RGB
CMYK
RGB Variations
Color information
#C0FBEC (or 0xC0FBEC) is known color: Humming Bird. HEX triplet: C0, FB and EC. RGB value is (192,251,236). Sum of RGB (Red+Green+Blue) = 192+251+236=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBEC is #3F0413. Grayscale: #E7E7E7. Windows color (decimal): -4129812 or 15530944. OLE color: 15530944.
HSL color Cylindrical-coordinate representation of color #C0FBEC: hue angle of 164.75º 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 #C0FBEC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 236 | - |
CMYK | 0.24 | 0 | 0.06 | 0.02 |
HSL | 164.75º | 0.88% | 0.87% | - |
HSV(B) | 164.75º | 0.24% | 0.98% | - |
XYZ | 71.38 | 86.26 | 92.24 | - |
YUV | 231.65 | 130.45 | 99.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 236 | 0.24 | 0 | 0.06 | 0.02 | 164.75 | 0.88 | 0.87 |
Hex | C0 | FB | EC | 18 | 0 | 6 | 2 | A5 | 58 | 57 |
Octal | 300 | 373 | 354 | 30 | 0 | 6 | 2 | 245 | 130 | 127 |
Binary | 11000000 | 11111011 | 11101100 | 11000 | 0 | 110 | 10 | 10100101 | 1011000 | 1010111 |
Color Harmonies of #C0FBEC
Complementary color
Monochromatic Colors of #C0FBEC
Black with #C0FBEC
Text Example
Text Example
White with #C0FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBEC; }
p { color: rgb(192,251,236); }
H1.HeaderClassName
{
color: #C0FBEC;
}
.AnyTagClassName
{
color: #C0FBEC;
}
</style>
background-color css
<style>
a { background-color: #C0FBEC; }
a { background-color: rgb(192,251,236); }
div.DivClassName
{
background-color: #C0FBEC;
}
.BgClassName
{
background-color: #C0FBEC;
}
</style>
border-color css
<style>
span { border-color: #C0FBEC; }
span { border-color: rgb(192,251,236); }
td.TdClassName
{
border-color: #C0FBEC;
}
.TagClassName
{
border-color: #C0FBEC;
}
</style>