#c2ffe9

Color #C2FFE9 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #C2FFE9

Tints of Humming Bird #C2FFE9

Color information

#C2FFE9 (or 0xC2FFE9) is unknown color: approx Humming Bird. HEX triplet: C2, FF and E9. RGB value is (194,255,233). Sum of RGB (Red+Green+Blue) = 194+255+233=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFE9 is #3D0016. Grayscale: #EAEAEA. Windows color (decimal): -3997719 or 15335362. OLE color: 15335362.

HSL color Cylindrical-coordinate representation of color #C2FFE9: hue angle of 158.36º 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 #C2FFE9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB194255233-
CMYK0.2400.090
HSL158.36º100%88.04%-
HSV(B)158.36º23.92%100%-
XYZ72.7288.8790.41-
YUV234.25127.2999.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 28.45%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 233 (91.41% from 255) = 34.16%
R=28.45%
G=37.39%
B=34.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552330.2400.090158.3610088.04
HexC2FFE9180909e6458
Octal302377351300110236144130
Binary110000101111111111101001110000100101001111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2ffe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2ffe9; }

 p { color: rgb(194,255,233); }

 H1.HeaderClassName
 {
   color: #c2ffe9;
 }
 .AnyTagClassName
 {
   color: #c2ffe9;
 }
</style>
background-color css

<style>
 a { background-color: #c2ffe9; }

 a { background-color: rgb(194,255,233); }

 div.DivClassName
 {
   background-color: #c2ffe9;
 }
 .BgClassName
 {
   background-color: #c2ffe9;
 }
</style>
border-color css

<style>
 span { border-color: #c2ffe9; }

 span { border-color: rgb(194,255,233); }

 td.TdClassName
 {
   border-color: #c2ffe9;
 }
 .TagClassName
 {
   border-color: #c2ffe9;
 }
</style>