Html Css Color HEX #AFAECD Blue Haze

📋 copy color: '#AFAECD'

red 175 ◦ green 174 ◦ blue 205

#AFAECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #AFAECD

Tints of Blue Haze #AFAECD

RGB

 RED value IS 175 (68.75% from 255) = 31.59%

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 205 (80.47% from 255) = 37%

R = 31.59%
G = 31.41%
B = 37%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFAECD (or 0xAFAECD) is known color: Blue Haze. HEX triplet: AF, AE and CD. RGB value is (175,174,205). Sum of RGB (Red+Green+Blue) = 175+174+205=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECD is #505132. Grayscale: #B1B1B1. Windows color (decimal): -5263667 or 13479599. OLE color: 13479599.

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

Color convert

RGB 175 174 205 -
CMYK 0.15 0.15 0 0.20
HSL 241.94º 0.24% 0.74% -
HSV(B) 241.94º 0.15% 0.8% -
XYZ 43.83 43.79 63.9 -
YUV 177.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 175 174 205 0.15 0.15 0 0.20 241.94 0.24 0.74
Hex AF AE CD F F 0 14 F2 18 4A
Octal 257 256 315 17 17 0 24 362 30 112
Binary 10101111 10101110 11001101 1111 1111 0 10100 11110010 11000 1001010

Color Harmonies of #AFAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAECD

Black with #AFAECD

Text Example


Text Example

White with #AFAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAECD; }

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

 H1.HeaderClassName
 {
   color: #AFAECD;
 }
 .AnyTagClassName
 {
   color: #AFAECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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