#C1FEEB

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

Shades of Humming Bird #C1FEEB

Tints of Humming Bird #C1FEEB

Color information

#C1FEEB (or 0xC1FEEB) is unknown color: approx Humming Bird. HEX triplet: C1, FE and EB. RGB value is (193,254,235). Sum of RGB (Red+Green+Blue) = 193+254+235=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEEB is #3E0114. Grayscale: #E9E9E9. Windows color (decimal): -4063509 or 15466177. OLE color: 15466177.

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

Color convert

RGB193254235-
CMYK0.2400.070.00
HSL161.31º96.83%87.65%-
HSV(B)161.31º24.02%99.61%-
XYZ72.4388.2291.81-
YUV233.59128.7999.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.30%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=28.30%
G=37.24%
B=34.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542350.2400.070.00161.3196.8387.65
HexC1FEEB18070a16158
Octal30137635330070241141130
Binary11000001111111101110101111000011101010000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEEB; }

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

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

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

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

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

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

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

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