#AFAEBF

Color #AFAEBF Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #AFAEBF

Tints of Blue Haze #AFAEBF

Color information

#AFAEBF (or 0xAFAEBF) is unknown color: approx Blue Haze. HEX triplet: AF, AE and BF. RGB value is (175,174,191). Sum of RGB (Red+Green+Blue) = 175+174+191=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBF is #505140. Grayscale: #B0B0B0. Windows color (decimal): -5263681 or 12562095. OLE color: 12562095.

HSL color Cylindrical-coordinate representation of color #AFAEBF: hue angle of 243.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAEBF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175174191-
CMYK0.080.0900.25
HSL243.53º11.72%71.57%-
HSV(B)243.53º8.9%74.9%-
XYZ42.2243.1555.39-
YUV176.24136.33127.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 191 (75% from 255) = 35.37%
R=32.41%
G=32.22%
B=35.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751741910.080.0900.25243.5311.7271.57
HexAFAEBF89019f4c48
Octal257256277101103136414110
Binary101011111010111010111111100010010110011111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEBF; }

 p { color: rgb(175,174,191); }

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

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

 a { background-color: rgb(175,174,191); }

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

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

 span { border-color: rgb(175,174,191); }

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