#C2FCEA

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

Shades of Humming Bird #C2FCEA

Tints of Humming Bird #C2FCEA

Color information

#C2FCEA (or 0xC2FCEA) is unknown color: approx Humming Bird. HEX triplet: C2, FC and EA. RGB value is (194,252,234). Sum of RGB (Red+Green+Blue) = 194+252+234=680 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.53% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCEA is #3D0315. Grayscale: #E8E8E8. Windows color (decimal): -3998486 or 15400130. OLE color: 15400130.

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

Color convert

RGB194252234-
CMYK0.2300.070.01
HSL161.38º90.62%87.45%-
HSV(B)161.38º23.02%98.82%-
XYZ71.9187.0390.85-
YUV232.61128.78100.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.53%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=28.53%
G=37.06%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522340.2300.070.01161.3890.6287.45
HexC2FCEA17071a15b57
Octal30237435227071241133127
Binary11000010111111001110101010111011111010000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCEA; }

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

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

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

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

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

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

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

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