#AFAFCC

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

Shades of Blue Haze #AFAFCC

Tints of Blue Haze #AFAFCC

Color information

#AFAFCC (or 0xAFAFCC) is unknown color: approx Blue Haze. HEX triplet: AF, AF and CC. RGB value is (175,175,204). Sum of RGB (Red+Green+Blue) = 175+175+204=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFCC is #505033. Grayscale: #B2B2B2. Windows color (decimal): -5263412 or 13414319. OLE color: 13414319.

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

Color convert

RGB175175204-
CMYK0.140.1400.2
HSL240º22.14%74.31%-
HSV(B)240º14.22%80%-
XYZ43.9144.1363.33-
YUV178.31142.5125.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=31.59%
G=31.59%
B=36.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751752040.140.1400.224022.1474.31
HexAFAFCCEE014f0164a
Octal257257314161602436026112
Binary1010111110101111110011001110111001010011110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFCC; }

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

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

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

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

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

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

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

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