#C2FCEC

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

Shades of Humming Bird #C2FCEC

Tints of Humming Bird #C2FCEC

Color information

#C2FCEC (or 0xC2FCEC) is unknown color: approx Humming Bird. HEX triplet: C2, FC and EC. RGB value is (194,252,236). Sum of RGB (Red+Green+Blue) = 194+252+236=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCEC is #3D0313. Grayscale: #E8E8E8. Windows color (decimal): -3998484 or 15531202. OLE color: 15531202.

HSL color Cylindrical-coordinate representation of color #C2FCEC: hue angle of 163.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCEC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB194252236-
CMYK0.2300.060.01
HSL163.45º90.62%87.45%-
HSV(B)163.45º23.02%98.82%-
XYZ72.287.1592.37-
YUV232.83129.78100.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.45%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=28.45%
G=36.95%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522360.2300.060.01163.4590.6287.45
HexC2FCEC17061a35b57
Octal30237435427061243133127
Binary11000010111111001110110010111011011010001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCEC; }

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

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

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

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

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

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

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

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