#C2FAEE

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

Shades of Humming Bird #C2FAEE

Tints of Humming Bird #C2FAEE

Color information

#C2FAEE (or 0xC2FAEE) is unknown color: approx Humming Bird. HEX triplet: C2, FA and EE. RGB value is (194,250,238). Sum of RGB (Red+Green+Blue) = 194+250+238=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEE is #3D0511. Grayscale: #E7E7E7. Windows color (decimal): -3998994 or 15661762. OLE color: 15661762.

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

Color convert

RGB194250238-
CMYK0.2200.050.02
HSL167.14º84.85%87.06%-
HSV(B)167.14º22.4%98.04%-
XYZ71.8786.0193.7-
YUV231.89131.45100.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=28.45%
G=36.66%
B=34.90%

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
Decimal1942502380.2200.050.02167.1484.8587.06
HexC2FAEE16052a75557
Octal30237235626052247125127
Binary110000101111101011101110101100101101010011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAEE; }

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

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

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

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

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

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

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

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