#C4FAE9

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

Shades of Humming Bird #C4FAE9

Tints of Humming Bird #C4FAE9

Color information

#C4FAE9 (or 0xC4FAE9) is unknown color: approx Humming Bird. HEX triplet: C4, FA and E9. RGB value is (196,250,233). Sum of RGB (Red+Green+Blue) = 196+250+233=679 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.87% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAE9 is #3B0516. Grayscale: #E7E7E7. Windows color (decimal): -3867927 or 15334084. OLE color: 15334084.

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

Color convert

RGB196250233-
CMYK0.2200.070.02
HSL161.11º84.38%87.45%-
HSV(B)161.11º21.6%98.04%-
XYZ71.6685.9989.91-
YUV231.92128.61102.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.87%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=28.87%
G=36.82%
B=34.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502330.2200.070.02161.1184.3887.45
HexC4FAE916072a15457
Octal30437235126072241124127
Binary110001001111101011101001101100111101010000110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAE9; }

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

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

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

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

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

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

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

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