Shades of Humming Bird #C2FDED
Tints of Humming Bird #C2FDED
RGB
CMYK
RGB Variations
Color information
#C2FDED (or 0xC2FDED) is known color: Humming Bird. HEX triplet: C2, FD and ED. RGB value is (194,253,237). Sum of RGB (Red+Green+Blue) = 194+253+237=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDED is #3D0212. Grayscale: #E9E9E9. Windows color (decimal): -3998227 or 15596994. OLE color: 15596994.
HSL color Cylindrical-coordinate representation of color #C2FDED: hue angle of 163.73º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDED is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 237 | - |
CMYK | 0.23 | 0 | 0.06 | 0.01 |
HSL | 163.73º | 0.94% | 0.88% | - |
HSV(B) | 163.73º | 0.23% | 0.99% | - |
XYZ | 72.66 | 87.83 | 93.24 | - |
YUV | 233.54 | 129.95 | 99.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 237 | 0.23 | 0 | 0.06 | 0.01 | 163.73 | 0.94 | 0.88 |
Hex | C2 | FD | ED | 17 | 0 | 6 | 1 | A4 | 5E | 58 |
Octal | 302 | 375 | 355 | 27 | 0 | 6 | 1 | 244 | 136 | 130 |
Binary | 11000010 | 11111101 | 11101101 | 10111 | 0 | 110 | 1 | 10100100 | 1011110 | 1011000 |
Color Harmonies of #C2FDED
Complementary color
Monochromatic Colors of #C2FDED
Black with #C2FDED
Text Example
Text Example
White with #C2FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDED; }
p { color: rgb(194,253,237); }
H1.HeaderClassName
{
color: #C2FDED;
}
.AnyTagClassName
{
color: #C2FDED;
}
</style>
background-color css
<style>
a { background-color: #C2FDED; }
a { background-color: rgb(194,253,237); }
div.DivClassName
{
background-color: #C2FDED;
}
.BgClassName
{
background-color: #C2FDED;
}
</style>
border-color css
<style>
span { border-color: #C2FDED; }
span { border-color: rgb(194,253,237); }
td.TdClassName
{
border-color: #C2FDED;
}
.TagClassName
{
border-color: #C2FDED;
}
</style>