#AFAECA

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

Shades of Blue Haze #AFAECA

Tints of Blue Haze #AFAECA

Color information

#AFAECA (or 0xAFAECA) is unknown color: approx Blue Haze. HEX triplet: AF, AE and CA. RGB value is (175,174,202). Sum of RGB (Red+Green+Blue) = 175+174+202=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECA is #505135. Grayscale: #B1B1B1. Windows color (decimal): -5263670 or 13282991. OLE color: 13282991.

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

Color convert

RGB175174202-
CMYK0.130.1400.21
HSL242.14º20.9%73.73%-
HSV(B)242.14º13.86%79.22%-
XYZ43.4843.6562.01-
YUV177.49141.83126.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=31.76%
G=31.58%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751742020.130.1400.21242.1420.973.73
HexAFAECADE015f2154a
Octal257256312151602536225112
Binary1010111110101110110010101101111001010111110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAECA; }

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

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

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

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

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

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

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

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