#CFFAEF

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

Shades of Humming Bird #CFFAEF

Tints of Humming Bird #CFFAEF

Color information

#CFFAEF (or 0xCFFAEF) is unknown color: approx Humming Bird. HEX triplet: CF, FA and EF. RGB value is (207,250,239). Sum of RGB (Red+Green+Blue) = 207+250+239=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAEF is #300510. Grayscale: #EBEBEB. Windows color (decimal): -3147025 or 15727311. OLE color: 15727311.

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

Color convert

RGB207250239-
CMYK0.1700.040.02
HSL164.65º81.13%89.61%-
HSV(B)164.65º17.2%98.04%-
XYZ75.587.8794.64-
YUV235.89129.75107.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.74%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=29.74%
G=35.92%
B=34.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502390.1700.040.02164.6581.1389.61
HexCFFAEF11042a5515a
Octal31737235721042245121132
Binary110011111111101011101111100010100101010010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAEF; }

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

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

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

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

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

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

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

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