#C2F8E5

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

Shades of Humming Bird #C2F8E5

Tints of Humming Bird #C2F8E5

Color information

#C2F8E5 (or 0xC2F8E5) is unknown color: approx Humming Bird. HEX triplet: C2, F8 and E5. RGB value is (194,248,229). Sum of RGB (Red+Green+Blue) = 194+248+229=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8E5 is #3D071A. Grayscale: #E5E5E5. Windows color (decimal): -3999515 or 15071426. OLE color: 15071426.

HSL color Cylindrical-coordinate representation of color #C2F8E5: hue angle of 158.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F8E5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB194248229-
CMYK0.2200.080.03
HSL158.89º79.41%86.67%-
HSV(B)158.89º21.77%97.25%-
XYZ69.9684.2686.71-
YUV229.69127.61102.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.91%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=28.91%
G=36.96%
B=34.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942482290.2200.080.03158.8979.4186.67
HexC2F8E5160839f4f57
Octal302370345260103237117127
Binary1100001011111000111001011011001000111001111110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F8E5; }

 p { color: rgb(194,248,229); }

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

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

 a { background-color: rgb(194,248,229); }

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

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

 span { border-color: rgb(194,248,229); }

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