Shades of Humming Bird #C2FFE6
Tints of Humming Bird #C2FFE6
RGB
CMYK
RGB Variations
Color information
#C2FFE6 (or 0xC2FFE6) is known color: Humming Bird. HEX triplet: C2, FF and E6. RGB value is (194,255,230). Sum of RGB (Red+Green+Blue) = 194+255+230=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFE6 is #3D0019. Grayscale: #E9E9E9. Windows color (decimal): -3997722 or 15138754. OLE color: 15138754.
HSL color Cylindrical-coordinate representation of color #C2FFE6: hue angle of 155.41º 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 #C2FFE6 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 230 | - |
CMYK | 0.24 | 0 | 0.10 | 0 |
HSL | 155.41º | 1% | 0.88% | - |
HSV(B) | 155.41º | 0.24% | 1% | - |
XYZ | 72.29 | 88.7 | 88.17 | - |
YUV | 233.91 | 125.79 | 99.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 230 | 0.24 | 0 | 0.10 | 0 | 155.41 | 1 | 0.88 |
Hex | C2 | FF | E6 | 18 | 0 | A | 0 | 9B | 64 | 58 |
Octal | 302 | 377 | 346 | 30 | 0 | 12 | 0 | 233 | 144 | 130 |
Binary | 11000010 | 11111111 | 11100110 | 11000 | 0 | 1010 | 0 | 10011011 | 1100100 | 1011000 |
Color Harmonies of #C2FFE6
Complementary color
Monochromatic Colors of #C2FFE6
Black with #C2FFE6
Text Example
Text Example
White with #C2FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE6; }
p { color: rgb(194,255,230); }
H1.HeaderClassName
{
color: #C2FFE6;
}
.AnyTagClassName
{
color: #C2FFE6;
}
</style>
background-color css
<style>
a { background-color: #C2FFE6; }
a { background-color: rgb(194,255,230); }
div.DivClassName
{
background-color: #C2FFE6;
}
.BgClassName
{
background-color: #C2FFE6;
}
</style>
border-color css
<style>
span { border-color: #C2FFE6; }
span { border-color: rgb(194,255,230); }
td.TdClassName
{
border-color: #C2FFE6;
}
.TagClassName
{
border-color: #C2FFE6;
}
</style>