#C2F7EA

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

Shades of Humming Bird #C2F7EA

Tints of Humming Bird #C2F7EA

Color information

#C2F7EA (or 0xC2F7EA) is unknown color: approx Humming Bird. HEX triplet: C2, F7 and EA. RGB value is (194,247,234). Sum of RGB (Red+Green+Blue) = 194+247+234=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7EA is #3D0815. Grayscale: #E5E5E5. Windows color (decimal): -3999766 or 15398850. OLE color: 15398850.

HSL color Cylindrical-coordinate representation of color #C2F7EA: hue angle of 165.28º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F7EA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB194247234-
CMYK0.2100.050.03
HSL165.28º76.81%86.47%-
HSV(B)165.28º21.46%96.86%-
XYZ70.3683.9390.33-
YUV229.67130.44102.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.74%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=28.74%
G=36.59%
B=34.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942472340.2100.050.03165.2876.8186.47
HexC2F7EA15053a54d56
Octal30236735225053245115126
Binary110000101111011111101010101010101111010010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F7EA; }

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

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

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

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

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

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

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

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