#C5FAEA

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

Shades of Humming Bird #C5FAEA

Tints of Humming Bird #C5FAEA

Color information

#C5FAEA (or 0xC5FAEA) is unknown color: approx Humming Bird. HEX triplet: C5, FA and EA. RGB value is (197,250,234). Sum of RGB (Red+Green+Blue) = 197+250+234=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAEA is #3A0515. Grayscale: #E8E8E8. Windows color (decimal): -3802390 or 15399621. OLE color: 15399621.

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

Color convert

RGB197250234-
CMYK0.2100.060.02
HSL161.89º84.13%87.65%-
HSV(B)161.89º21.2%98.04%-
XYZ72.0686.1890.68-
YUV232.33128.94102.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.93%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=28.93%
G=36.71%
B=34.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502340.2100.060.02161.8984.1387.65
HexC5FAEA15062a25458
Octal30537235225062242124130
Binary110001011111101011101010101010110101010001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAEA; }

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

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

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

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

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

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

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

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