#C5FFEC

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

Shades of Humming Bird #C5FFEC

Tints of Humming Bird #C5FFEC

Color information

#C5FFEC (or 0xC5FFEC) is unknown color: approx Humming Bird. HEX triplet: C5, FF and EC. RGB value is (197,255,236). Sum of RGB (Red+Green+Blue) = 197+255+236=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEC is #3A0013. Grayscale: #EBEBEB. Windows color (decimal): -3801108 or 15531973. OLE color: 15531973.

HSL color Cylindrical-coordinate representation of color #C5FFEC: hue angle of 160.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFEC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB197255236-
CMYK0.2300.070
HSL160.34º100%88.63%-
HSV(B)160.34º22.75%100%-
XYZ73.9389.4592.73-
YUV235.49128.28100.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.63%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=28.63%
G=37.06%
B=34.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552360.2300.070160.3410088.63
HexC5FFEC17070a06459
Octal30537735427070240144131
Binary11000101111111111110110010111011101010000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFEC; }

 p { color: rgb(197,255,236); }

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

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

 a { background-color: rgb(197,255,236); }

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

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

 span { border-color: rgb(197,255,236); }

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