#C4FAEA

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

Shades of Humming Bird #C4FAEA

Tints of Humming Bird #C4FAEA

Color information

#C4FAEA (or 0xC4FAEA) is unknown color: approx Humming Bird. HEX triplet: C4, FA and EA. RGB value is (196,250,234). Sum of RGB (Red+Green+Blue) = 196+250+234=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAEA is #3B0515. Grayscale: #E8E8E8. Windows color (decimal): -3867926 or 15399620. OLE color: 15399620.

HSL color Cylindrical-coordinate representation of color #C4FAEA: hue angle of 162.22º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FAEA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB196250234-
CMYK0.2200.060.02
HSL162.22º84.38%87.45%-
HSV(B)162.22º21.6%98.04%-
XYZ71.886.0590.67-
YUV232.03129.11102.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.82%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=28.82%
G=36.76%
B=34.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502340.2200.060.02162.2284.3887.45
HexC4FAEA16062a25457
Octal30437235226062242124127
Binary110001001111101011101010101100110101010001010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAEA; }

 p { color: rgb(196,250,234); }

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

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

 a { background-color: rgb(196,250,234); }

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

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

 span { border-color: rgb(196,250,234); }

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