#AFAFC5

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

Shades of Blue Haze #AFAFC5

Tints of Blue Haze #AFAFC5

Color information

#AFAFC5 (or 0xAFAFC5) is unknown color: approx Blue Haze. HEX triplet: AF, AF and C5. RGB value is (175,175,197). Sum of RGB (Red+Green+Blue) = 175+175+197=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFC5 is #50503A. Grayscale: #B1B1B1. Windows color (decimal): -5263419 or 12955567. OLE color: 12955567.

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

Color convert

RGB175175197-
CMYK0.110.1100.23
HSL240º15.94%72.94%-
HSV(B)240º11.17%77.25%-
XYZ43.0943.8159.01-
YUV177.51139126.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=31.99%
G=31.99%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751751970.110.1100.2324015.9472.94
HexAFAFC5BB017f01049
Octal257257305131302736020111
Binary1010111110101111110001011011101101011111110000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFC5; }

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

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

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

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

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

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

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

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