#C2FFEB

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

Shades of Humming Bird #C2FFEB

Tints of Humming Bird #C2FFEB

Color information

#C2FFEB (or 0xC2FFEB) is unknown color: approx Humming Bird. HEX triplet: C2, FF and EB. RGB value is (194,255,235). Sum of RGB (Red+Green+Blue) = 194+255+235=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFEB is #3D0014. Grayscale: #EAEAEA. Windows color (decimal): -3997717 or 15466434. OLE color: 15466434.

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

Color convert

RGB194255235-
CMYK0.2400.080
HSL160.33º100%88.04%-
HSV(B)160.33º23.92%100%-
XYZ7388.9991.93-
YUV234.48128.2999.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.36%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=28.36%
G=37.28%
B=34.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552350.2400.080160.3310088.04
HexC2FFEB18080a06458
Octal302377353300100240144130
Binary110000101111111111101011110000100001010000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFEB; }

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

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

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

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

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

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

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

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