#AFAFC1

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

Shades of Blue Haze #AFAFC1

Tints of Blue Haze #AFAFC1

Color information

#AFAFC1 (or 0xAFAFC1) is unknown color: approx Blue Haze. HEX triplet: AF, AF and C1. RGB value is (175,175,193). Sum of RGB (Red+Green+Blue) = 175+175+193=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFC1 is #50503E. Grayscale: #B0B0B0. Windows color (decimal): -5263423 or 12693423. OLE color: 12693423.

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

Color convert

RGB175175193-
CMYK0.090.0900.24
HSL240º12.68%72.16%-
HSV(B)240º9.33%75.69%-
XYZ42.6343.6256.63-
YUV177.05137126.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=32.23%
G=32.23%
B=35.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751751930.090.0900.2424012.6872.16
HexAFAFC199018f0d48
Octal257257301111103036015110
Binary101011111010111111000001100110010110001111000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFC1; }

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

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

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

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

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

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

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

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