#C2FFEE

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

Shades of Humming Bird #C2FFEE

Tints of Humming Bird #C2FFEE

Color information

#C2FFEE (or 0xC2FFEE) is unknown color: approx Humming Bird. HEX triplet: C2, FF and EE. RGB value is (194,255,238). Sum of RGB (Red+Green+Blue) = 194+255+238=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFEE is #3D0011. Grayscale: #EAEAEA. Windows color (decimal): -3997714 or 15663042. OLE color: 15663042.

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

Color convert

RGB194255238-
CMYK0.2400.070
HSL163.28º100%88.04%-
HSV(B)163.28º23.92%100%-
XYZ73.4489.1694.23-
YUV234.82129.7998.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.24%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=28.24%
G=37.12%
B=34.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552380.2400.070163.2810088.04
HexC2FFEE18070a36458
Octal30237735630070243144130
Binary11000010111111111110111011000011101010001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFEE; }

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

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

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

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

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

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

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

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