#C5FFEE

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

Shades of Humming Bird #C5FFEE

Tints of Humming Bird #C5FFEE

Color information

#C5FFEE (or 0xC5FFEE) is unknown color: approx Humming Bird. HEX triplet: C5, FF and EE. RGB value is (197,255,238). Sum of RGB (Red+Green+Blue) = 197+255+238=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEE is #3A0011. Grayscale: #EBEBEB. Windows color (decimal): -3801106 or 15663045. OLE color: 15663045.

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

Color convert

RGB197255238-
CMYK0.2300.070
HSL162.41º100%88.63%-
HSV(B)162.41º22.75%100%-
XYZ74.2289.5694.26-
YUV235.72129.28100.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.55%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=28.55%
G=36.96%
B=34.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552380.2300.070162.4110088.63
HexC5FFEE17070a26459
Octal30537735627070242144131
Binary11000101111111111110111010111011101010001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFEE; }

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

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

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

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

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

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

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

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