Shades of Humming Bird #C2FCED
Tints of Humming Bird #C2FCED
RGB
CMYK
RGB Variations
Color information
#C2FCED (or 0xC2FCED) is known color: Humming Bird. HEX triplet: C2, FC and ED. RGB value is (194,252,237). Sum of RGB (Red+Green+Blue) = 194+252+237=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCED is #3D0312. Grayscale: #E8E8E8. Windows color (decimal): -3998483 or 15596738. OLE color: 15596738.
HSL color Cylindrical-coordinate representation of color #C2FCED: hue angle of 164.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCED is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 237 | - |
CMYK | 0.23 | 0 | 0.06 | 0.01 |
HSL | 164.48º | 0.91% | 0.87% | - |
HSV(B) | 164.48º | 0.23% | 0.99% | - |
XYZ | 72.34 | 87.2 | 93.14 | - |
YUV | 232.95 | 130.28 | 100.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 237 | 0.23 | 0 | 0.06 | 0.01 | 164.48 | 0.91 | 0.87 |
Hex | C2 | FC | ED | 17 | 0 | 6 | 1 | A4 | 5B | 57 |
Octal | 302 | 374 | 355 | 27 | 0 | 6 | 1 | 244 | 133 | 127 |
Binary | 11000010 | 11111100 | 11101101 | 10111 | 0 | 110 | 1 | 10100100 | 1011011 | 1010111 |
Color Harmonies of #C2FCED
Complementary color
Monochromatic Colors of #C2FCED
Black with #C2FCED
Text Example
Text Example
White with #C2FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCED; }
p { color: rgb(194,252,237); }
H1.HeaderClassName
{
color: #C2FCED;
}
.AnyTagClassName
{
color: #C2FCED;
}
</style>
background-color css
<style>
a { background-color: #C2FCED; }
a { background-color: rgb(194,252,237); }
div.DivClassName
{
background-color: #C2FCED;
}
.BgClassName
{
background-color: #C2FCED;
}
</style>
border-color css
<style>
span { border-color: #C2FCED; }
span { border-color: rgb(194,252,237); }
td.TdClassName
{
border-color: #C2FCED;
}
.TagClassName
{
border-color: #C2FCED;
}
</style>