#C2FAEF

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

Shades of Humming Bird #C2FAEF

Tints of Humming Bird #C2FAEF

Color information

#C2FAEF (or 0xC2FAEF) is unknown color: approx Humming Bird. HEX triplet: C2, FA and EF. RGB value is (194,250,239). Sum of RGB (Red+Green+Blue) = 194+250+239=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEF is #3D0510. Grayscale: #E7E7E7. Windows color (decimal): -3998993 or 15727298. OLE color: 15727298.

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

Color convert

RGB194250239-
CMYK0.2200.040.02
HSL168.21º84.85%87.06%-
HSV(B)168.21º22.4%98.04%-
XYZ72.0186.0794.48-
YUV232131.95100.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.40%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=28.40%
G=36.60%
B=34.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502390.2200.040.02168.2184.8587.06
HexC2FAEF16042a85557
Octal30237235726042250125127
Binary110000101111101011101111101100100101010100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAEF; }

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

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

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

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

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

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

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

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