#C2FEF1

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

Shades of Humming Bird #C2FEF1

Tints of Humming Bird #C2FEF1

Color information

#C2FEF1 (or 0xC2FEF1) is unknown color: approx Humming Bird. HEX triplet: C2, FE and F1. RGB value is (194,254,241). Sum of RGB (Red+Green+Blue) = 194+254+241=689 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.16% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF1 is #3D010E. Grayscale: #EAEAEA. Windows color (decimal): -3997967 or 15859394. OLE color: 15859394.

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

Color convert

RGB194254241-
CMYK0.2400.050.00
HSL167º96.77%87.84%-
HSV(B)167º23.62%99.61%-
XYZ73.5788.796.46-
YUV234.58131.6299.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.16%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 241 (94.53% from 255) = 34.98%
R=28.16%
G=36.87%
B=34.98%

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
Decimal1942542410.2400.050.0016796.7787.84
HexC2FEF118050a76158
Octal30237636130050247141130
Binary11000010111111101111000111000010101010011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEF1; }

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

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

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

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

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

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

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

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