#C1FEF2

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

Shades of Humming Bird #C1FEF2

Tints of Humming Bird #C1FEF2

Color information

#C1FEF2 (or 0xC1FEF2) is unknown color: approx Humming Bird. HEX triplet: C1, FE and F2. RGB value is (193,254,242). Sum of RGB (Red+Green+Blue) = 193+254+242=689 (91% of max value = 765). Red value is 193 (75.78% from 255 or 28.01% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF2 is #3E010D. Grayscale: #EAEAEA. Windows color (decimal): -4063502 or 15924929. OLE color: 15924929.

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

Color convert

RGB193254242-
CMYK0.2400.050.00
HSL168.2º96.83%87.65%-
HSV(B)168.2º24.02%99.61%-
XYZ73.4688.6397.24-
YUV234.39132.2998.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.01%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=28.01%
G=36.87%
B=35.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542420.2400.050.00168.296.8387.65
HexC1FEF218050a86158
Octal30137636230050250141130
Binary11000001111111101111001011000010101010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEF2; }

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

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

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

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

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

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

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

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