#C8FAE5

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

Shades of Humming Bird #C8FAE5

Tints of Humming Bird #C8FAE5

Color information

#C8FAE5 (or 0xC8FAE5) is unknown color: approx Humming Bird. HEX triplet: C8, FA and E5. RGB value is (200,250,229). Sum of RGB (Red+Green+Blue) = 200+250+229=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAE5 is #37051A. Grayscale: #E8E8E8. Windows color (decimal): -3605787 or 15071944. OLE color: 15071944.

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

Color convert

RGB200250229-
CMYK0.200.080.02
HSL154.8º83.33%88.24%-
HSV(B)154.8º20%98.04%-
XYZ72.1586.3186.99-
YUV232.66125.94104.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.46%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 229 (89.84% from 255) = 33.73%
R=29.46%
G=36.82%
B=33.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502290.200.080.02154.883.3388.24
HexC8FAE5140829b5358
Octal310372345240102233123130
Binary1100100011111010111001011010001000101001101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAE5; }

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

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

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

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

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

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

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

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