#C8F6EC

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

Shades of Humming Bird #C8F6EC

Tints of Humming Bird #C8F6EC

Color information

#C8F6EC (or 0xC8F6EC) is unknown color: approx Humming Bird. HEX triplet: C8, F6 and EC. RGB value is (200,246,236). Sum of RGB (Red+Green+Blue) = 200+246+236=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6EC is #370913. Grayscale: #E7E7E7. Windows color (decimal): -3606804 or 15529672. OLE color: 15529672.

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

Color convert

RGB200246236-
CMYK0.1900.040.04
HSL166.96º71.88%87.45%-
HSV(B)166.96º18.7%96.47%-
XYZ71.9284.2591.83-
YUV231.11130.76105.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.33%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=29.33%
G=36.07%
B=34.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2002462360.1900.040.04166.9671.8887.45
HexC8F6EC13044a74857
Octal31036635423044247110127
Binary1100100011110110111011001001101001001010011110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F6EC; }

 p { color: rgb(200,246,236); }

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

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

 a { background-color: rgb(200,246,236); }

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

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

 span { border-color: rgb(200,246,236); }

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