#C1FFEB

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

Shades of Humming Bird #C1FFEB

Tints of Humming Bird #C1FFEB

Color information

#C1FFEB (or 0xC1FFEB) is unknown color: approx Humming Bird. HEX triplet: C1, FF and EB. RGB value is (193,255,235). Sum of RGB (Red+Green+Blue) = 193+255+235=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFEB is #3E0014. Grayscale: #EAEAEA. Windows color (decimal): -4063253 or 15466433. OLE color: 15466433.

HSL color Cylindrical-coordinate representation of color #C1FFEB: hue angle of 160.65º 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 #C1FFEB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB193255235-
CMYK0.2400.080
HSL160.65º100%87.84%-
HSV(B)160.65º24.31%100%-
XYZ72.7588.8691.91-
YUV234.18128.4698.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.26%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=28.26%
G=37.34%
B=34.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552350.2400.080160.6510087.84
HexC1FFEB18080a16458
Octal301377353300100241144130
Binary110000011111111111101011110000100001010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFEB; }

 p { color: rgb(193,255,235); }

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

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

 a { background-color: rgb(193,255,235); }

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

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

 span { border-color: rgb(193,255,235); }

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