#AFAFBF

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

Shades of Blue Haze #AFAFBF

Tints of Blue Haze #AFAFBF

Color information

#AFAFBF (or 0xAFAFBF) is unknown color: approx Blue Haze. HEX triplet: AF, AF and BF. RGB value is (175,175,191). Sum of RGB (Red+Green+Blue) = 175+175+191=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFBF is #505040. Grayscale: #B0B0B0. Windows color (decimal): -5263425 or 12562351. OLE color: 12562351.

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

Color convert

RGB175175191-
CMYK0.080.0800.25
HSL240º11.11%71.76%-
HSV(B)240º8.38%74.9%-
XYZ42.4143.5455.46-
YUV176.82136126.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 191 (75% from 255) = 35.30%
R=32.35%
G=32.35%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751751910.080.0800.2524011.1171.76
HexAFAFBF88019f0b48
Octal257257277101003136013110
Binary101011111010111110111111100010000110011111000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFBF; }

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

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

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

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

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

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

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

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