#C1FBEC

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

Shades of Humming Bird #C1FBEC

Tints of Humming Bird #C1FBEC

Color information

#C1FBEC (or 0xC1FBEC) is unknown color: approx Humming Bird. HEX triplet: C1, FB and EC. RGB value is (193,251,236). Sum of RGB (Red+Green+Blue) = 193+251+236=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBEC is #3E0413. Grayscale: #E7E7E7. Windows color (decimal): -4064276 or 15530945. OLE color: 15530945.

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

Color convert

RGB193251236-
CMYK0.2300.060.02
HSL164.48º87.88%87.06%-
HSV(B)164.48º23.11%98.43%-
XYZ71.6386.3992.26-
YUV231.95130.28100.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.38%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=28.38%
G=36.91%
B=34.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512360.2300.060.02164.4887.8887.06
HexC1FBEC17062a45857
Octal30137335427062244130127
Binary110000011111101111101100101110110101010010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBEC; }

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

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

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

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

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

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

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

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