#C2FEEE

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

Shades of Humming Bird #C2FEEE

Tints of Humming Bird #C2FEEE

Color information

#C2FEEE (or 0xC2FEEE) is unknown color: approx Humming Bird. HEX triplet: C2, FE and EE. RGB value is (194,254,238). Sum of RGB (Red+Green+Blue) = 194+254+238=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEEE is #3D0111. Grayscale: #EAEAEA. Windows color (decimal): -3997970 or 15662786. OLE color: 15662786.

HSL color Cylindrical-coordinate representation of color #C2FEEE: hue angle of 164º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEEE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB194254238-
CMYK0.2400.060.00
HSL164º96.77%87.84%-
HSV(B)164º23.62%99.61%-
XYZ73.1288.5394.12-
YUV234.24130.1299.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.28%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=28.28%
G=37.03%
B=34.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542380.2400.060.0016496.7787.84
HexC2FEEE18060a46158
Octal30237635630060244141130
Binary11000010111111101110111011000011001010010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEEE; }

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

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

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

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

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

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

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

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