#C5FAE4

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

Shades of Humming Bird #C5FAE4

Tints of Humming Bird #C5FAE4

Color information

#C5FAE4 (or 0xC5FAE4) is unknown color: approx Humming Bird. HEX triplet: C5, FA and E4. RGB value is (197,250,228). Sum of RGB (Red+Green+Blue) = 197+250+228=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAE4 is #3A051B. Grayscale: #E7E7E7. Windows color (decimal): -3802396 or 15006405. OLE color: 15006405.

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

Color convert

RGB197250228-
CMYK0.2100.090.02
HSL155.09º84.13%87.65%-
HSV(B)155.09º21.2%98.04%-
XYZ71.2285.8486.21-
YUV231.64125.94103.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.19%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=29.19%
G=37.04%
B=33.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502280.2100.090.02155.0984.1387.65
HexC5FAE4150929b5458
Octal305372344250112233124130
Binary1100010111111010111001001010101001101001101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAE4; }

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

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

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

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

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

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

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

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