#C6FEF2

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

Shades of Humming Bird #C6FEF2

Tints of Humming Bird #C6FEF2

Color information

#C6FEF2 (or 0xC6FEF2) is unknown color: approx Humming Bird. HEX triplet: C6, FE and F2. RGB value is (198,254,242). Sum of RGB (Red+Green+Blue) = 198+254+242=694 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.53% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FEF2 is #39010D. Grayscale: #EBEBEB. Windows color (decimal): -3735822 or 15924934. OLE color: 15924934.

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

Color convert

RGB198254242-
CMYK0.2200.050.00
HSL167.14º96.55%88.63%-
HSV(B)167.14º22.05%99.61%-
XYZ74.7689.397.3-
YUV235.89131.45100.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.53%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=28.53%
G=36.60%
B=34.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982542420.2200.050.00167.1496.5588.63
HexC6FEF216050a76159
Octal30637636226050247141131
Binary11000110111111101111001010110010101010011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FEF2; }

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

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

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

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

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

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

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

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