#AFAEC9

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

Shades of Blue Haze #AFAEC9

Tints of Blue Haze #AFAEC9

Color information

#AFAEC9 (or 0xAFAEC9) is unknown color: approx Blue Haze. HEX triplet: AF, AE and C9. RGB value is (175,174,201). Sum of RGB (Red+Green+Blue) = 175+174+201=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFAEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC9 is #505136. Grayscale: #B1B1B1. Windows color (decimal): -5263671 or 13217455. OLE color: 13217455.

HSL color Cylindrical-coordinate representation of color #AFAEC9: hue angle of 242.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFAEC9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175174201-
CMYK0.130.1300.21
HSL242.22º20%73.53%-
HSV(B)242.22º13.43%78.82%-
XYZ43.3643.661.39-
YUV177.38141.33126.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=31.82%
G=31.64%
B=36.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751742010.130.1300.21242.222073.53
HexAFAEC9DD015f2144a
Octal257256311151502536224112
Binary1010111110101110110010011101110101010111110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEC9; }

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

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

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

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

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

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

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

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