#C5FEEB

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

Shades of Humming Bird #C5FEEB

Tints of Humming Bird #C5FEEB

Color information

#C5FEEB (or 0xC5FEEB) is unknown color: approx Humming Bird. HEX triplet: C5, FE and EB. RGB value is (197,254,235). Sum of RGB (Red+Green+Blue) = 197+254+235=686 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.72% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEEB is #3A0114. Grayscale: #EAEAEA. Windows color (decimal): -3801365 or 15466181. OLE color: 15466181.

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

Color convert

RGB197254235-
CMYK0.2200.070.00
HSL160º96.61%88.43%-
HSV(B)160º22.44%99.61%-
XYZ73.4688.7591.86-
YUV234.79128.12101.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.72%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=28.72%
G=37.03%
B=34.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542350.2200.070.0016096.6188.43
HexC5FEEB16070a06158
Octal30537635326070240141130
Binary11000101111111101110101110110011101010000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEEB; }

 p { color: rgb(197,254,235); }

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

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

 a { background-color: rgb(197,254,235); }

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

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

 span { border-color: rgb(197,254,235); }

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