#C2F6EB

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

Shades of Humming Bird #C2F6EB

Tints of Humming Bird #C2F6EB

Color information

#C2F6EB (or 0xC2F6EB) is unknown color: approx Humming Bird. HEX triplet: C2, F6 and EB. RGB value is (194,246,235). Sum of RGB (Red+Green+Blue) = 194+246+235=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6EB is #3D0914. Grayscale: #E5E5E5. Windows color (decimal): -4000021 or 15464130. OLE color: 15464130.

HSL color Cylindrical-coordinate representation of color #C2F6EB: hue angle of 167.31º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F6EB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB194246235-
CMYK0.2100.040.04
HSL167.31º74.29%86.27%-
HSV(B)167.31º21.14%96.47%-
XYZ70.283.3890.99-
YUV229.2131.27102.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.74%
GREEN value IS 246 (96.48% from 255) = 36.44%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=28.74%
G=36.44%
B=34.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942462350.2100.040.04167.3174.2986.27
HexC2F6EB15044a74a56
Octal30236635325044247112126
Binary1100001011110110111010111010101001001010011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F6EB; }

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

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

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

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

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

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

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

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