#C8FAEF

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

Shades of Humming Bird #C8FAEF

Tints of Humming Bird #C8FAEF

Color information

#C8FAEF (or 0xC8FAEF) is unknown color: approx Humming Bird. HEX triplet: C8, FA and EF. RGB value is (200,250,239). Sum of RGB (Red+Green+Blue) = 200+250+239=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEF is #370510. Grayscale: #E9E9E9. Windows color (decimal): -3605777 or 15727304. OLE color: 15727304.

HSL color Cylindrical-coordinate representation of color #C8FAEF: hue angle of 166.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAEF is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB200250239-
CMYK0.200.040.02
HSL166.8º83.33%88.24%-
HSV(B)166.8º20%98.04%-
XYZ73.5986.8894.55-
YUV233.8130.94103.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=29.03%
G=36.28%
B=34.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502390.200.040.02166.883.3388.24
HexC8FAEF14042a75358
Octal31037235724042247123130
Binary110010001111101011101111101000100101010011110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAEF; }

 p { color: rgb(200,250,239); }

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

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

 a { background-color: rgb(200,250,239); }

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

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

 span { border-color: rgb(200,250,239); }

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