#C4FEEB

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

Shades of Humming Bird #C4FEEB

Tints of Humming Bird #C4FEEB

Color information

#C4FEEB (or 0xC4FEEB) is unknown color: approx Humming Bird. HEX triplet: C4, FE and EB. RGB value is (196,254,235). Sum of RGB (Red+Green+Blue) = 196+254+235=685 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.61% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEEB is #3B0114. Grayscale: #EAEAEA. Windows color (decimal): -3866901 or 15466180. OLE color: 15466180.

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

Color convert

RGB196254235-
CMYK0.2300.070.00
HSL160.34º96.67%88.24%-
HSV(B)160.34º22.83%99.61%-
XYZ73.288.6291.84-
YUV234.49128.28100.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.61%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=28.61%
G=37.08%
B=34.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542350.2300.070.00160.3496.6788.24
HexC4FEEB17070a06158
Octal30437635327070240141130
Binary11000100111111101110101110111011101010000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEEB; }

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

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

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

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

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

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

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

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