#AFAECE

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

Shades of Blue Haze #AFAECE

Tints of Blue Haze #AFAECE

Color information

#AFAECE (or 0xAFAECE) is unknown color: approx Blue Haze. HEX triplet: AF, AE and CE. RGB value is (175,174,206). Sum of RGB (Red+Green+Blue) = 175+174+206=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECE is #505131. Grayscale: #B1B1B1. Windows color (decimal): -5263666 or 13545135. OLE color: 13545135.

HSL color Cylindrical-coordinate representation of color #AFAECE: hue angle of 241.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFAECE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175174206-
CMYK0.150.1600.19
HSL241.88º24.62%74.51%-
HSV(B)241.88º15.53%80.78%-
XYZ43.9643.8464.54-
YUV177.95143.83125.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=31.53%
G=31.35%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751742060.150.1600.19241.8824.6274.51
HexAFAECEF10013f2194b
Octal257256316172002336231113
Binary10101111101011101100111011111000001001111110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAECE; }

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

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

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

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

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

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

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

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