Shades of Humming Bird #C0F6E6
Tints of Humming Bird #C0F6E6
RGB
CMYK
RGB Variations
Color information
#C0F6E6 (or 0xC0F6E6) is known color: Humming Bird. HEX triplet: C0, F6 and E6. RGB value is (192,246,230). Sum of RGB (Red+Green+Blue) = 192+246+230=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6E6 is #3F0919. Grayscale: #E4E4E4. Windows color (decimal): -4131098 or 15136448. OLE color: 15136448.
HSL color Cylindrical-coordinate representation of color #C0F6E6: hue angle of 162.22º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F6E6 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 230 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.04 |
| HSL | 162.22º | 0.75% | 0.86% | - |
| HSV(B) | 162.22º | 0.22% | 0.96% | - |
| XYZ | 68.98 | 82.83 | 87.22 | - |
| YUV | 228.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 230 | 0.22 | 0 | 0.07 | 0.04 | 162.22 | 0.75 | 0.86 |
| Hex | C0 | F6 | E6 | 16 | 0 | 7 | 4 | A2 | 4B | 56 |
| Octal | 300 | 366 | 346 | 26 | 0 | 7 | 4 | 242 | 113 | 126 |
| Binary | 11000000 | 11110110 | 11100110 | 10110 | 0 | 111 | 100 | 10100010 | 1001011 | 1010110 |
Color Harmonies of #C0F6E6
Complementary color
Monochromatic Colors of #C0F6E6
Black with #C0F6E6
Text Example
Text Example
White with #C0F6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6E6; }
p { color: rgb(192,246,230); }
H1.HeaderClassName
{
color: #C0F6E6;
}
.AnyTagClassName
{
color: #C0F6E6;
}
</style>
background-color css
<style>
a { background-color: #C0F6E6; }
a { background-color: rgb(192,246,230); }
div.DivClassName
{
background-color: #C0F6E6;
}
.BgClassName
{
background-color: #C0F6E6;
}
</style>
border-color css
<style>
span { border-color: #C0F6E6; }
span { border-color: rgb(192,246,230); }
td.TdClassName
{
border-color: #C0F6E6;
}
.TagClassName
{
border-color: #C0F6E6;
}
</style>