Shades of Humming Bird #C7FFF2
Tints of Humming Bird #C7FFF2
RGB
CMYK
RGB Variations
Color information
#C7FFF2 (or 0xC7FFF2) is known color: Humming Bird. HEX triplet: C7, FF and F2. RGB value is (199,255,242). Sum of RGB (Red+Green+Blue) = 199+255+242=696 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.59% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF2 is #38000D. Grayscale: #ECECEC. Windows color (decimal): -3670030 or 15925191. OLE color: 15925191.
HSL color Cylindrical-coordinate representation of color #C7FFF2: hue angle of 166.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFF2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 242 | - |
| CMYK | 0.22 | 0 | 0.05 | 0 |
| HSL | 166.07º | 1% | 0.89% | - |
| HSV(B) | 166.07º | 0.22% | 1% | - |
| XYZ | 75.34 | 90.07 | 97.42 | - |
| YUV | 236.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 242 | 0.22 | 0 | 0.05 | 0 | 166.07 | 1 | 0.89 |
| Hex | C7 | FF | F2 | 16 | 0 | 5 | 0 | A6 | 64 | 59 |
| Octal | 307 | 377 | 362 | 26 | 0 | 5 | 0 | 246 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11110010 | 10110 | 0 | 101 | 0 | 10100110 | 1100100 | 1011001 |
Color Harmonies of #C7FFF2
Complementary color
Monochromatic Colors of #C7FFF2
Black with #C7FFF2
Text Example
Text Example
White with #C7FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFF2; }
p { color: rgb(199,255,242); }
H1.HeaderClassName
{
color: #C7FFF2;
}
.AnyTagClassName
{
color: #C7FFF2;
}
</style>
background-color css
<style>
a { background-color: #C7FFF2; }
a { background-color: rgb(199,255,242); }
div.DivClassName
{
background-color: #C7FFF2;
}
.BgClassName
{
background-color: #C7FFF2;
}
</style>
border-color css
<style>
span { border-color: #C7FFF2; }
span { border-color: rgb(199,255,242); }
td.TdClassName
{
border-color: #C7FFF2;
}
.TagClassName
{
border-color: #C7FFF2;
}
</style>