#C2FFEC

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

Shades of Humming Bird #C2FFEC

Tints of Humming Bird #C2FFEC

Color information

#C2FFEC (or 0xC2FFEC) is unknown color: approx Humming Bird. HEX triplet: C2, FF and EC. RGB value is (194,255,236). Sum of RGB (Red+Green+Blue) = 194+255+236=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFEC is #3D0013. Grayscale: #EAEAEA. Windows color (decimal): -3997716 or 15531970. OLE color: 15531970.

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

Color convert

RGB194255236-
CMYK0.2400.070
HSL161.31º100%88.04%-
HSV(B)161.31º23.92%100%-
XYZ73.1589.0592.69-
YUV234.6128.7999.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.32%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=28.32%
G=37.23%
B=34.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552360.2400.070161.3110088.04
HexC2FFEC18070a16458
Octal30237735430070241144130
Binary11000010111111111110110011000011101010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFEC; }

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

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

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

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

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

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

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

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