Shades of Humming Bird #C2FFF1
Tints of Humming Bird #C2FFF1
RGB
CMYK
RGB Variations
Color information
#C2FFF1 (or 0xC2FFF1) is known color: Humming Bird. HEX triplet: C2, FF and F1. RGB value is (194,255,241). Sum of RGB (Red+Green+Blue) = 194+255+241=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF1 is #3D000E. Grayscale: #EBEBEB. Windows color (decimal): -3997711 or 15859650. OLE color: 15859650.
HSL color Cylindrical-coordinate representation of color #C2FFF1: hue angle of 166.23º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFF1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 241 | - |
CMYK | 0.24 | 0 | 0.05 | 0 |
HSL | 166.23º | 1% | 0.88% | - |
HSV(B) | 166.23º | 0.24% | 1% | - |
XYZ | 73.89 | 89.34 | 96.57 | - |
YUV | 235.17 | 131.29 | 98.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 241 | 0.24 | 0 | 0.05 | 0 | 166.23 | 1 | 0.88 |
Hex | C2 | FF | F1 | 18 | 0 | 5 | 0 | A6 | 64 | 58 |
Octal | 302 | 377 | 361 | 30 | 0 | 5 | 0 | 246 | 144 | 130 |
Binary | 11000010 | 11111111 | 11110001 | 11000 | 0 | 101 | 0 | 10100110 | 1100100 | 1011000 |
Color Harmonies of #C2FFF1
Complementary color
Monochromatic Colors of #C2FFF1
Black with #C2FFF1
Text Example
Text Example
White with #C2FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFF1; }
p { color: rgb(194,255,241); }
H1.HeaderClassName
{
color: #C2FFF1;
}
.AnyTagClassName
{
color: #C2FFF1;
}
</style>
background-color css
<style>
a { background-color: #C2FFF1; }
a { background-color: rgb(194,255,241); }
div.DivClassName
{
background-color: #C2FFF1;
}
.BgClassName
{
background-color: #C2FFF1;
}
</style>
border-color css
<style>
span { border-color: #C2FFF1; }
span { border-color: rgb(194,255,241); }
td.TdClassName
{
border-color: #C2FFF1;
}
.TagClassName
{
border-color: #C2FFF1;
}
</style>