Shades of Humming Bird #C7FDED
Tints of Humming Bird #C7FDED
RGB
CMYK
RGB Variations
Color information
#C7FDED (or 0xC7FDED) is known color: Humming Bird. HEX triplet: C7, FD and ED. RGB value is (199,253,237). Sum of RGB (Red+Green+Blue) = 199+253+237=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDED is #380212. Grayscale: #EBEBEB. Windows color (decimal): -3670547 or 15596999. OLE color: 15596999.
HSL color Cylindrical-coordinate representation of color #C7FDED: hue angle of 162.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDED is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 237 | - |
CMYK | 0.21 | 0 | 0.06 | 0.01 |
HSL | 162.22º | 0.93% | 0.89% | - |
HSV(B) | 162.22º | 0.21% | 0.99% | - |
XYZ | 73.96 | 88.51 | 93.31 | - |
YUV | 235.03 | 129.11 | 102.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 237 | 0.21 | 0 | 0.06 | 0.01 | 162.22 | 0.93 | 0.89 |
Hex | C7 | FD | ED | 15 | 0 | 6 | 1 | A2 | 5D | 59 |
Octal | 307 | 375 | 355 | 25 | 0 | 6 | 1 | 242 | 135 | 131 |
Binary | 11000111 | 11111101 | 11101101 | 10101 | 0 | 110 | 1 | 10100010 | 1011101 | 1011001 |
Color Harmonies of #C7FDED
Complementary color
Monochromatic Colors of #C7FDED
Black with #C7FDED
Text Example
Text Example
White with #C7FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDED; }
p { color: rgb(199,253,237); }
H1.HeaderClassName
{
color: #C7FDED;
}
.AnyTagClassName
{
color: #C7FDED;
}
</style>
background-color css
<style>
a { background-color: #C7FDED; }
a { background-color: rgb(199,253,237); }
div.DivClassName
{
background-color: #C7FDED;
}
.BgClassName
{
background-color: #C7FDED;
}
</style>
border-color css
<style>
span { border-color: #C7FDED; }
span { border-color: rgb(199,253,237); }
td.TdClassName
{
border-color: #C7FDED;
}
.TagClassName
{
border-color: #C7FDED;
}
</style>