#C4FAED

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

Shades of Humming Bird #C4FAED

Tints of Humming Bird #C4FAED

Color information

#C4FAED (or 0xC4FAED) is unknown color: approx Humming Bird. HEX triplet: C4, FA and ED. RGB value is (196,250,237). Sum of RGB (Red+Green+Blue) = 196+250+237=683 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.70% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAED is #3B0512. Grayscale: #E8E8E8. Windows color (decimal): -3867923 or 15596228. OLE color: 15596228.

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

Color convert

RGB196250237-
CMYK0.2200.050.02
HSL165.56º84.38%87.45%-
HSV(B)165.56º21.6%98.04%-
XYZ72.2486.2292.96-
YUV232.37130.61102.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.70%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=28.70%
G=36.60%
B=34.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502370.2200.050.02165.5684.3887.45
HexC4FAED16052a65457
Octal30437235526052246124127
Binary110001001111101011101101101100101101010011010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAED; }

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

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

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

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

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

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

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

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