#AFAFCA

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

Shades of Blue Haze #AFAFCA

Tints of Blue Haze #AFAFCA

Color information

#AFAFCA (or 0xAFAFCA) is unknown color: approx Blue Haze. HEX triplet: AF, AF and CA. RGB value is (175,175,202). Sum of RGB (Red+Green+Blue) = 175+175+202=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFCA is #505035. Grayscale: #B1B1B1. Windows color (decimal): -5263414 or 13283247. OLE color: 13283247.

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

Color convert

RGB175175202-
CMYK0.130.1300.21
HSL240º20.3%73.92%-
HSV(B)240º13.37%79.22%-
XYZ43.6744.0462.08-
YUV178.08141.5125.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=31.70%
G=31.70%
B=36.59%

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
Decimal1751752020.130.1300.2124020.373.92
HexAFAFCADD015f0144a
Octal257257312151502536024112
Binary1010111110101111110010101101110101010111110000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFCA; }

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

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

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

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

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

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

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

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