#C4FEEF

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

Shades of Humming Bird #C4FEEF

Tints of Humming Bird #C4FEEF

Color information

#C4FEEF (or 0xC4FEEF) is unknown color: approx Humming Bird. HEX triplet: C4, FE and EF. RGB value is (196,254,239). Sum of RGB (Red+Green+Blue) = 196+254+239=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEEF is #3B0110. Grayscale: #EAEAEA. Windows color (decimal): -3866897 or 15728324. OLE color: 15728324.

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

Color convert

RGB196254239-
CMYK0.2300.060.00
HSL164.48º96.67%88.24%-
HSV(B)164.48º22.83%99.61%-
XYZ73.7988.8594.92-
YUV234.95130.28100.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.45%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=28.45%
G=36.87%
B=34.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542390.2300.060.00164.4896.6788.24
HexC4FEEF17060a46158
Octal30437635727060244141130
Binary11000100111111101110111110111011001010010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEEF; }

 p { color: rgb(196,254,239); }

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

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

 a { background-color: rgb(196,254,239); }

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

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

 span { border-color: rgb(196,254,239); }

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