#C1FEEA

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

Shades of Humming Bird #C1FEEA

Tints of Humming Bird #C1FEEA

Color information

#C1FEEA (or 0xC1FEEA) is unknown color: approx Humming Bird. HEX triplet: C1, FE and EA. RGB value is (193,254,234). Sum of RGB (Red+Green+Blue) = 193+254+234=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEEA is #3E0115. Grayscale: #E9E9E9. Windows color (decimal): -4063510 or 15400641. OLE color: 15400641.

HSL color Cylindrical-coordinate representation of color #C1FEEA: hue angle of 160.33º 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 #C1FEEA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB193254234-
CMYK0.2400.080.00
HSL160.33º96.83%87.65%-
HSV(B)160.33º24.02%99.61%-
XYZ72.2988.1691.05-
YUV233.48128.2999.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.34%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=28.34%
G=37.30%
B=34.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542340.2400.080.00160.3396.8387.65
HexC1FEEA18080a06158
Octal301376352300100240141130
Binary110000011111111011101010110000100001010000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEEA; }

 p { color: rgb(193,254,234); }

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

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

 a { background-color: rgb(193,254,234); }

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

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

 span { border-color: rgb(193,254,234); }

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