#CFFAE8

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

Shades of Humming Bird #CFFAE8

Tints of Humming Bird #CFFAE8

Color information

#CFFAE8 (or 0xCFFAE8) is unknown color: approx Humming Bird. HEX triplet: CF, FA and E8. RGB value is (207,250,232). Sum of RGB (Red+Green+Blue) = 207+250+232=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAE8 is #300517. Grayscale: #EBEBEB. Windows color (decimal): -3147032 or 15268559. OLE color: 15268559.

HSL color Cylindrical-coordinate representation of color #CFFAE8: hue angle of 154.88º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAE8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB207250232-
CMYK0.1700.070.02
HSL154.88º81.13%89.61%-
HSV(B)154.88º17.2%98.04%-
XYZ74.4887.4689.3-
YUV235.09126.25107.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=30.04%
G=36.28%
B=33.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502320.1700.070.02154.8881.1389.61
HexCFFAE8110729b515a
Octal31737235021072233121132
Binary110011111111101011101000100010111101001101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE8; }

 p { color: rgb(207,250,232); }

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

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

 a { background-color: rgb(207,250,232); }

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

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

 span { border-color: rgb(207,250,232); }

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