#C8FAE7

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

Shades of Humming Bird #C8FAE7

Tints of Humming Bird #C8FAE7

Color information

#C8FAE7 (or 0xC8FAE7) is unknown color: approx Humming Bird. HEX triplet: C8, FA and E7. RGB value is (200,250,231). Sum of RGB (Red+Green+Blue) = 200+250+231=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAE7 is #370518. Grayscale: #E8E8E8. Windows color (decimal): -3605785 or 15203016. OLE color: 15203016.

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

Color convert

RGB200250231-
CMYK0.200.080.02
HSL157.2º83.33%88.24%-
HSV(B)157.2º20%98.04%-
XYZ72.4386.4288.46-
YUV232.88126.94104.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.37%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 231 (90.62% from 255) = 33.92%
R=29.37%
G=36.71%
B=33.92%

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
Decimal2002502310.200.080.02157.283.3388.24
HexC8FAE7140829d5358
Octal310372347240102235123130
Binary1100100011111010111001111010001000101001110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAE7; }

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

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

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

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

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

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

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

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