#C8F6ED

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

Shades of Humming Bird #C8F6ED

Tints of Humming Bird #C8F6ED

Color information

#C8F6ED (or 0xC8F6ED) is unknown color: approx Humming Bird. HEX triplet: C8, F6 and ED. RGB value is (200,246,237). Sum of RGB (Red+Green+Blue) = 200+246+237=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6ED is #370912. Grayscale: #E7E7E7. Windows color (decimal): -3606803 or 15595208. OLE color: 15595208.

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

Color convert

RGB200246237-
CMYK0.1900.040.04
HSL168.26º71.88%87.45%-
HSV(B)168.26º18.7%96.47%-
XYZ72.0684.3192.6-
YUV231.22131.26105.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.28%
GREEN value IS 246 (96.48% from 255) = 36.02%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=29.28%
G=36.02%
B=34.70%

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
Decimal2002462370.1900.040.04168.2671.8887.45
HexC8F6ED13044a84857
Octal31036635523044250110127
Binary1100100011110110111011011001101001001010100010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F6ED; }

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

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

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

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

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

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

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

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