#CFFAED

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

Shades of Humming Bird #CFFAED

Tints of Humming Bird #CFFAED

Color information

#CFFAED (or 0xCFFAED) is unknown color: approx Humming Bird. HEX triplet: CF, FA and ED. RGB value is (207,250,237). Sum of RGB (Red+Green+Blue) = 207+250+237=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAED is #300512. Grayscale: #EBEBEB. Windows color (decimal): -3147027 or 15596239. OLE color: 15596239.

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

Color convert

RGB207250237-
CMYK0.1700.050.02
HSL161.86º81.13%89.61%-
HSV(B)161.86º17.2%98.04%-
XYZ75.287.7593.09-
YUV235.66128.75107.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.83%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=29.83%
G=36.02%
B=34.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502370.1700.050.02161.8681.1389.61
HexCFFAED11052a2515a
Octal31737235521052242121132
Binary110011111111101011101101100010101101010001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAED; }

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

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

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

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

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

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

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

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