#C2FAEB

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

Shades of Humming Bird #C2FAEB

Tints of Humming Bird #C2FAEB

Color information

#C2FAEB (or 0xC2FAEB) is unknown color: approx Humming Bird. HEX triplet: C2, FA and EB. RGB value is (194,250,235). Sum of RGB (Red+Green+Blue) = 194+250+235=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEB is #3D0514. Grayscale: #E7E7E7. Windows color (decimal): -3998997 or 15465154. OLE color: 15465154.

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

Color convert

RGB194250235-
CMYK0.2200.060.02
HSL163.93º84.85%87.06%-
HSV(B)163.93º22.4%98.04%-
XYZ71.4385.8491.4-
YUV231.55129.95101.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=28.57%
G=36.82%
B=34.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502350.2200.060.02163.9384.8587.06
HexC2FAEB16062a45557
Octal30237235326062244125127
Binary110000101111101011101011101100110101010010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAEB; }

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

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

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

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

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

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

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

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