#C4FFEE

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

Shades of Humming Bird #C4FFEE

Tints of Humming Bird #C4FFEE

Color information

#C4FFEE (or 0xC4FFEE) is unknown color: approx Humming Bird. HEX triplet: C4, FF and EE. RGB value is (196,255,238). Sum of RGB (Red+Green+Blue) = 196+255+238=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFEE is #3B0011. Grayscale: #EBEBEB. Windows color (decimal): -3866642 or 15663044. OLE color: 15663044.

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

Color convert

RGB196255238-
CMYK0.2300.070
HSL162.71º100%88.43%-
HSV(B)162.71º23.14%100%-
XYZ73.9689.4394.25-
YUV235.42129.4599.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.45%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=28.45%
G=37.01%
B=34.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962552380.2300.070162.7110088.43
HexC4FFEE17070a36458
Octal30437735627070243144130
Binary11000100111111111110111010111011101010001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFEE; }

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

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

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

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

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

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

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

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