#C1FDEC

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

Shades of Humming Bird #C1FDEC

Tints of Humming Bird #C1FDEC

Color information

#C1FDEC (or 0xC1FDEC) is unknown color: approx Humming Bird. HEX triplet: C1, FD and EC. RGB value is (193,253,236). Sum of RGB (Red+Green+Blue) = 193+253+236=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDEC is #3E0213. Grayscale: #E9E9E9. Windows color (decimal): -4063764 or 15531457. OLE color: 15531457.

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

Color convert

RGB193253236-
CMYK0.2400.070.01
HSL163º93.75%87.45%-
HSV(B)163º23.72%99.22%-
XYZ72.2687.6492.47-
YUV233.12129.6299.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.30%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=28.30%
G=37.10%
B=34.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932532360.2400.070.0116393.7587.45
HexC1FDEC18071a35e57
Octal30137535430071243136127
Binary11000001111111011110110011000011111010001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDEC; }

 p { color: rgb(193,253,236); }

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

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

 a { background-color: rgb(193,253,236); }

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

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

 span { border-color: rgb(193,253,236); }

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