#CFFAE9

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

Shades of Humming Bird #CFFAE9

Tints of Humming Bird #CFFAE9

Color information

#CFFAE9 (or 0xCFFAE9) is unknown color: approx Humming Bird. HEX triplet: CF, FA and E9. RGB value is (207,250,233). Sum of RGB (Red+Green+Blue) = 207+250+233=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAE9 is #300516. Grayscale: #EBEBEB. Windows color (decimal): -3147031 or 15334095. OLE color: 15334095.

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

Color convert

RGB207250233-
CMYK0.1700.070.02
HSL156.28º81.13%89.61%-
HSV(B)156.28º17.2%98.04%-
XYZ74.6387.5290.05-
YUV235.2126.75107.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=30%
G=36.23%
B=33.77%

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
Decimal2072502330.1700.070.02156.2881.1389.61
HexCFFAE9110729c515a
Octal31737235121072234121132
Binary110011111111101011101001100010111101001110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE9; }

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

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

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

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

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

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

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

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