#CFFAEC

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

Shades of Humming Bird #CFFAEC

Tints of Humming Bird #CFFAEC

Color information

#CFFAEC (or 0xCFFAEC) is unknown color: approx Humming Bird. HEX triplet: CF, FA and EC. RGB value is (207,250,236). Sum of RGB (Red+Green+Blue) = 207+250+236=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAEC is #300513. Grayscale: #EBEBEB. Windows color (decimal): -3147028 or 15530703. OLE color: 15530703.

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

Color convert

RGB207250236-
CMYK0.1700.060.02
HSL160.47º81.13%89.61%-
HSV(B)160.47º17.2%98.04%-
XYZ75.0687.6992.33-
YUV235.55128.25107.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=29.87%
G=36.08%
B=34.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502360.1700.060.02160.4781.1389.61
HexCFFAEC11062a0515a
Octal31737235421062240121132
Binary110011111111101011101100100010110101010000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAEC; }

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

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

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

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

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

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

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

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