#C8F6EB

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

Shades of Humming Bird #C8F6EB

Tints of Humming Bird #C8F6EB

Color information

#C8F6EB (or 0xC8F6EB) is unknown color: approx Humming Bird. HEX triplet: C8, F6 and EB. RGB value is (200,246,235). Sum of RGB (Red+Green+Blue) = 200+246+235=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6EB is #370914. Grayscale: #E6E6E6. Windows color (decimal): -3606805 or 15464136. OLE color: 15464136.

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

Color convert

RGB200246235-
CMYK0.1900.040.04
HSL165.65º71.88%87.45%-
HSV(B)165.65º18.7%96.47%-
XYZ71.7784.1991.06-
YUV230.99130.26105.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.37%
GREEN value IS 246 (96.48% from 255) = 36.12%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=29.37%
G=36.12%
B=34.51%

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
Decimal2002462350.1900.040.04165.6571.8887.45
HexC8F6EB13044a64857
Octal31036635323044246110127
Binary1100100011110110111010111001101001001010011010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F6EB; }

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

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

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

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

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

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

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

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