Shades of Humming Bird #C2FCEF
Tints of Humming Bird #C2FCEF
RGB
CMYK
RGB Variations
Color information
#C2FCEF (or 0xC2FCEF) is known color: Humming Bird. HEX triplet: C2, FC and EF. RGB value is (194,252,239). Sum of RGB (Red+Green+Blue) = 194+252+239=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCEF is #3D0310. Grayscale: #E9E9E9. Windows color (decimal): -3998481 or 15727810. OLE color: 15727810.
HSL color Cylindrical-coordinate representation of color #C2FCEF: hue angle of 166.55º 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 #C2FCEF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 239 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.01 |
| HSL | 166.55º | 0.91% | 0.87% | - |
| HSV(B) | 166.55º | 0.23% | 0.99% | - |
| XYZ | 72.64 | 87.32 | 94.69 | - |
| YUV | 233.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 239 | 0.23 | 0 | 0.05 | 0.01 | 166.55 | 0.91 | 0.87 |
| Hex | C2 | FC | EF | 17 | 0 | 5 | 1 | A7 | 5B | 57 |
| Octal | 302 | 374 | 357 | 27 | 0 | 5 | 1 | 247 | 133 | 127 |
| Binary | 11000010 | 11111100 | 11101111 | 10111 | 0 | 101 | 1 | 10100111 | 1011011 | 1010111 |
Color Harmonies of #C2FCEF
Complementary color
Monochromatic Colors of #C2FCEF
Black with #C2FCEF
Text Example
Text Example
White with #C2FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCEF; }
p { color: rgb(194,252,239); }
H1.HeaderClassName
{
color: #C2FCEF;
}
.AnyTagClassName
{
color: #C2FCEF;
}
</style>
background-color css
<style>
a { background-color: #C2FCEF; }
a { background-color: rgb(194,252,239); }
div.DivClassName
{
background-color: #C2FCEF;
}
.BgClassName
{
background-color: #C2FCEF;
}
</style>
border-color css
<style>
span { border-color: #C2FCEF; }
span { border-color: rgb(194,252,239); }
td.TdClassName
{
border-color: #C2FCEF;
}
.TagClassName
{
border-color: #C2FCEF;
}
</style>