#C2FDEB

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

Shades of Humming Bird #C2FDEB

Tints of Humming Bird #C2FDEB

Color information

#C2FDEB (or 0xC2FDEB) is unknown color: approx Humming Bird. HEX triplet: C2, FD and EB. RGB value is (194,253,235). Sum of RGB (Red+Green+Blue) = 194+253+235=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDEB is #3D0214. Grayscale: #E9E9E9. Windows color (decimal): -3998229 or 15465922. OLE color: 15465922.

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

Color convert

RGB194253235-
CMYK0.2300.070.01
HSL161.69º93.65%87.65%-
HSV(B)161.69º23.32%99.22%-
XYZ72.3787.7291.71-
YUV233.31128.9599.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.45%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=28.45%
G=37.10%
B=34.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942532350.2300.070.01161.6993.6587.65
HexC2FDEB17071a25e58
Octal30237535327071242136130
Binary11000010111111011110101110111011111010001010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDEB; }

 p { color: rgb(194,253,235); }

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

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

 a { background-color: rgb(194,253,235); }

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

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

 span { border-color: rgb(194,253,235); }

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