Shades of Humming Bird #C2FEE6
Tints of Humming Bird #C2FEE6
RGB
CMYK
RGB Variations
Color information
#C2FEE6 (or 0xC2FEE6) is known color: Humming Bird. HEX triplet: C2, FE and E6. RGB value is (194,254,230). Sum of RGB (Red+Green+Blue) = 194+254+230=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEE6 is #3D0119. Grayscale: #E9E9E9. Windows color (decimal): -3997978 or 15138498. OLE color: 15138498.
HSL color Cylindrical-coordinate representation of color #C2FEE6: hue angle of 156º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEE6 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 230 | - |
CMYK | 0.24 | 0 | 0.09 | 0.00 |
HSL | 156º | 0.97% | 0.88% | - |
HSV(B) | 156º | 0.24% | 1% | - |
XYZ | 71.97 | 88.07 | 88.07 | - |
YUV | 233.32 | 126.12 | 99.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 230 | 0.24 | 0 | 0.09 | 0.00 | 156 | 0.97 | 0.88 |
Hex | C2 | FE | E6 | 18 | 0 | 9 | 0 | 9C | 61 | 58 |
Octal | 302 | 376 | 346 | 30 | 0 | 11 | 0 | 234 | 141 | 130 |
Binary | 11000010 | 11111110 | 11100110 | 11000 | 0 | 1001 | 0 | 10011100 | 1100001 | 1011000 |
Color Harmonies of #C2FEE6
Complementary color
Monochromatic Colors of #C2FEE6
Black with #C2FEE6
Text Example
Text Example
White with #C2FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEE6; }
p { color: rgb(194,254,230); }
H1.HeaderClassName
{
color: #C2FEE6;
}
.AnyTagClassName
{
color: #C2FEE6;
}
</style>
background-color css
<style>
a { background-color: #C2FEE6; }
a { background-color: rgb(194,254,230); }
div.DivClassName
{
background-color: #C2FEE6;
}
.BgClassName
{
background-color: #C2FEE6;
}
</style>
border-color css
<style>
span { border-color: #C2FEE6; }
span { border-color: rgb(194,254,230); }
td.TdClassName
{
border-color: #C2FEE6;
}
.TagClassName
{
border-color: #C2FEE6;
}
</style>