Shades of Humming Bird #C7FDEC
Tints of Humming Bird #C7FDEC
RGB
CMYK
RGB Variations
Color information
#C7FDEC (or 0xC7FDEC) is known color: Humming Bird. HEX triplet: C7, FD and EC. RGB value is (199,253,236). Sum of RGB (Red+Green+Blue) = 199+253+236=688 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.92% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDEC is #380213. Grayscale: #EAEAEA. Windows color (decimal): -3670548 or 15531463. OLE color: 15531463.
HSL color Cylindrical-coordinate representation of color #C7FDEC: hue angle of 161.11º 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 #C7FDEC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 236 | - |
CMYK | 0.21 | 0 | 0.07 | 0.01 |
HSL | 161.11º | 0.93% | 0.89% | - |
HSV(B) | 161.11º | 0.21% | 0.99% | - |
XYZ | 73.82 | 88.45 | 92.54 | - |
YUV | 234.92 | 128.61 | 102.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 236 | 0.21 | 0 | 0.07 | 0.01 | 161.11 | 0.93 | 0.89 |
Hex | C7 | FD | EC | 15 | 0 | 7 | 1 | A1 | 5D | 59 |
Octal | 307 | 375 | 354 | 25 | 0 | 7 | 1 | 241 | 135 | 131 |
Binary | 11000111 | 11111101 | 11101100 | 10101 | 0 | 111 | 1 | 10100001 | 1011101 | 1011001 |
Color Harmonies of #C7FDEC
Complementary color
Monochromatic Colors of #C7FDEC
Black with #C7FDEC
Text Example
Text Example
White with #C7FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDEC; }
p { color: rgb(199,253,236); }
H1.HeaderClassName
{
color: #C7FDEC;
}
.AnyTagClassName
{
color: #C7FDEC;
}
</style>
background-color css
<style>
a { background-color: #C7FDEC; }
a { background-color: rgb(199,253,236); }
div.DivClassName
{
background-color: #C7FDEC;
}
.BgClassName
{
background-color: #C7FDEC;
}
</style>
border-color css
<style>
span { border-color: #C7FDEC; }
span { border-color: rgb(199,253,236); }
td.TdClassName
{
border-color: #C7FDEC;
}
.TagClassName
{
border-color: #C7FDEC;
}
</style>