#C2F9EA

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

Shades of Humming Bird #C2F9EA

Tints of Humming Bird #C2F9EA

Color information

#C2F9EA (or 0xC2F9EA) is unknown color: approx Humming Bird. HEX triplet: C2, F9 and EA. RGB value is (194,249,234). Sum of RGB (Red+Green+Blue) = 194+249+234=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9EA is #3D0615. Grayscale: #E6E6E6. Windows color (decimal): -3999254 or 15399362. OLE color: 15399362.

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

Color convert

RGB194249234-
CMYK0.2200.060.02
HSL163.64º82.09%86.86%-
HSV(B)163.64º22.09%97.65%-
XYZ70.9885.1690.54-
YUV230.84129.78101.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.66%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=28.66%
G=36.78%
B=34.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942492340.2200.060.02163.6482.0986.86
HexC2F9EA16062a45257
Octal30237135226062244122127
Binary110000101111100111101010101100110101010010010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F9EA; }

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

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

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

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

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

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

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

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