Shades of Humming Bird #C7FEE6
Tints of Humming Bird #C7FEE6
RGB
CMYK
RGB Variations
Color information
#C7FEE6 (or 0xC7FEE6) is known color: Humming Bird. HEX triplet: C7, FE and E6. RGB value is (199,254,230). Sum of RGB (Red+Green+Blue) = 199+254+230=683 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.14% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEE6 is #380119. Grayscale: #EAEAEA. Windows color (decimal): -3670298 or 15138503. OLE color: 15138503.
HSL color Cylindrical-coordinate representation of color #C7FEE6: hue angle of 153.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEE6 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 230 | - |
CMYK | 0.22 | 0 | 0.09 | 0.00 |
HSL | 153.82º | 0.96% | 0.89% | - |
HSV(B) | 153.82º | 0.22% | 1% | - |
XYZ | 73.28 | 88.74 | 88.13 | - |
YUV | 234.82 | 125.28 | 102.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 230 | 0.22 | 0 | 0.09 | 0.00 | 153.82 | 0.96 | 0.89 |
Hex | C7 | FE | E6 | 16 | 0 | 9 | 0 | 9A | 60 | 59 |
Octal | 307 | 376 | 346 | 26 | 0 | 11 | 0 | 232 | 140 | 131 |
Binary | 11000111 | 11111110 | 11100110 | 10110 | 0 | 1001 | 0 | 10011010 | 1100000 | 1011001 |
Color Harmonies of #C7FEE6
Complementary color
Monochromatic Colors of #C7FEE6
Black with #C7FEE6
Text Example
Text Example
White with #C7FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEE6; }
p { color: rgb(199,254,230); }
H1.HeaderClassName
{
color: #C7FEE6;
}
.AnyTagClassName
{
color: #C7FEE6;
}
</style>
background-color css
<style>
a { background-color: #C7FEE6; }
a { background-color: rgb(199,254,230); }
div.DivClassName
{
background-color: #C7FEE6;
}
.BgClassName
{
background-color: #C7FEE6;
}
</style>
border-color css
<style>
span { border-color: #C7FEE6; }
span { border-color: rgb(199,254,230); }
td.TdClassName
{
border-color: #C7FEE6;
}
.TagClassName
{
border-color: #C7FEE6;
}
</style>