#C2FAE4

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

Shades of Humming Bird #C2FAE4

Tints of Humming Bird #C2FAE4

Color information

#C2FAE4 (or 0xC2FAE4) is unknown color: approx Humming Bird. HEX triplet: C2, FA and E4. RGB value is (194,250,228). Sum of RGB (Red+Green+Blue) = 194+250+228=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAE4 is #3D051B. Grayscale: #E6E6E6. Windows color (decimal): -3999004 or 15006402. OLE color: 15006402.

HSL color Cylindrical-coordinate representation of color #C2FAE4: hue angle of 156.43º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FAE4 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB194250228-
CMYK0.2200.090.02
HSL156.43º84.85%87.06%-
HSV(B)156.43º22.4%98.04%-
XYZ70.4485.4486.18-
YUV230.75126.45101.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.87%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=28.87%
G=37.20%
B=33.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502280.2200.090.02156.4384.8587.06
HexC2FAE4160929c5557
Octal302372344260112234125127
Binary1100001011111010111001001011001001101001110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAE4; }

 p { color: rgb(194,250,228); }

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

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

 a { background-color: rgb(194,250,228); }

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

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

 span { border-color: rgb(194,250,228); }

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