#C8FAEA

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

Shades of Humming Bird #C8FAEA

Tints of Humming Bird #C8FAEA

Color information

#C8FAEA (or 0xC8FAEA) is unknown color: approx Humming Bird. HEX triplet: C8, FA and EA. RGB value is (200,250,234). Sum of RGB (Red+Green+Blue) = 200+250+234=684 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.24% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEA is #370515. Grayscale: #E9E9E9. Windows color (decimal): -3605782 or 15399624. OLE color: 15399624.

HSL color Cylindrical-coordinate representation of color #C8FAEA: hue angle of 160.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 #C8FAEA is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB200250234-
CMYK0.200.060.02
HSL160.8º83.33%88.24%-
HSV(B)160.8º20%98.04%-
XYZ72.8686.5990.72-
YUV233.23128.44104.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.24%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=29.24%
G=36.55%
B=34.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502340.200.060.02160.883.3388.24
HexC8FAEA14062a15358
Octal31037235224062241123130
Binary110010001111101011101010101000110101010000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAEA; }

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

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

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

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

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

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

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

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