#C2FAED

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

Shades of Humming Bird #C2FAED

Tints of Humming Bird #C2FAED

Color information

#C2FAED (or 0xC2FAED) is unknown color: approx Humming Bird. HEX triplet: C2, FA and ED. RGB value is (194,250,237). Sum of RGB (Red+Green+Blue) = 194+250+237=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAED is #3D0512. Grayscale: #E7E7E7. Windows color (decimal): -3998995 or 15596226. OLE color: 15596226.

HSL color Cylindrical-coordinate representation of color #C2FAED: hue angle of 166.07º 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 #C2FAED is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB194250237-
CMYK0.2200.050.02
HSL166.07º84.85%87.06%-
HSV(B)166.07º22.4%98.04%-
XYZ71.7285.9592.93-
YUV231.77130.95101.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.49%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=28.49%
G=36.71%
B=34.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502370.2200.050.02166.0784.8587.06
HexC2FAED16052a65557
Octal30237235526052246125127
Binary110000101111101011101101101100101101010011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAED; }

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

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

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

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

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

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

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

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