#AFAFC9

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

Shades of Blue Haze #AFAFC9

Tints of Blue Haze #AFAFC9

Color information

#AFAFC9 (or 0xAFAFC9) is unknown color: approx Blue Haze. HEX triplet: AF, AF and C9. RGB value is (175,175,201). Sum of RGB (Red+Green+Blue) = 175+175+201=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFC9 is #505036. Grayscale: #B1B1B1. Windows color (decimal): -5263415 or 13217711. OLE color: 13217711.

HSL color Cylindrical-coordinate representation of color #AFAFC9: hue angle of 240º degrees, saturation: 0.19, 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 #AFAFC9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175175201-
CMYK0.130.1300.21
HSL240º19.4%73.73%-
HSV(B)240º12.94%78.82%-
XYZ43.5543.9961.45-
YUV177.96141125.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=31.76%
G=31.76%
B=36.48%

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
Decimal1751752010.130.1300.2124019.473.73
HexAFAFC9DD015f0134a
Octal257257311151502536023112
Binary1010111110101111110010011101110101010111110000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFC9; }

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

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

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

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

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

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

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

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