Shades of Humming Bird #C0FBEE
Tints of Humming Bird #C0FBEE
RGB
CMYK
RGB Variations
Color information
#C0FBEE (or 0xC0FBEE) is known color: Humming Bird. HEX triplet: C0, FB and EE. RGB value is (192,251,238). Sum of RGB (Red+Green+Blue) = 192+251+238=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBEE is #3F0411. Grayscale: #E7E7E7. Windows color (decimal): -4129810 or 15662016. OLE color: 15662016.
HSL color Cylindrical-coordinate representation of color #C0FBEE: hue angle of 166.78º 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 #C0FBEE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 238 | - |
CMYK | 0.24 | 0 | 0.05 | 0.02 |
HSL | 166.78º | 0.88% | 0.87% | - |
HSV(B) | 166.78º | 0.24% | 0.98% | - |
XYZ | 71.67 | 86.37 | 93.78 | - |
YUV | 231.88 | 131.45 | 99.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 238 | 0.24 | 0 | 0.05 | 0.02 | 166.78 | 0.88 | 0.87 |
Hex | C0 | FB | EE | 18 | 0 | 5 | 2 | A7 | 58 | 57 |
Octal | 300 | 373 | 356 | 30 | 0 | 5 | 2 | 247 | 130 | 127 |
Binary | 11000000 | 11111011 | 11101110 | 11000 | 0 | 101 | 10 | 10100111 | 1011000 | 1010111 |
Color Harmonies of #C0FBEE
Complementary color
Monochromatic Colors of #C0FBEE
Black with #C0FBEE
Text Example
Text Example
White with #C0FBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBEE; }
p { color: rgb(192,251,238); }
H1.HeaderClassName
{
color: #C0FBEE;
}
.AnyTagClassName
{
color: #C0FBEE;
}
</style>
background-color css
<style>
a { background-color: #C0FBEE; }
a { background-color: rgb(192,251,238); }
div.DivClassName
{
background-color: #C0FBEE;
}
.BgClassName
{
background-color: #C0FBEE;
}
</style>
border-color css
<style>
span { border-color: #C0FBEE; }
span { border-color: rgb(192,251,238); }
td.TdClassName
{
border-color: #C0FBEE;
}
.TagClassName
{
border-color: #C0FBEE;
}
</style>