Html Css Color HEX #AAAFCB Echo Blue

📋 copy color: '#AAAFCB'

red 170 ◦ green 175 ◦ blue 203

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

Shades of Echo Blue #AAAFCB

Tints of Echo Blue #AAAFCB

RGB

 RED value IS 170 (66.8% from 255) = 31.02%

 GREEN value IS 175 (68.75% from 255) = 31.93%

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 31.02%
G = 31.93%
B = 37.04%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAAFCB (or 0xAAAFCB) is known color: Echo Blue. HEX triplet: AA, AF and CB. RGB value is (170,175,203). Sum of RGB (Red+Green+Blue) = 170+175+203=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFCB is #555034. Grayscale: #B0B0B0. Windows color (decimal): -5591093 or 13348778. OLE color: 13348778.

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

Color convert

RGB 170 175 203 -
CMYK 0.16 0.14 0 0.20
HSL 230.91º 0.24% 0.73% -
HSV(B) 230.91º 0.16% 0.8% -
XYZ 42.69 43.52 62.65 -
YUV 176.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 170 175 203 0.16 0.14 0 0.20 230.91 0.24 0.73
Hex AA AF CB 10 E 0 14 E7 18 49
Octal 252 257 313 20 16 0 24 347 30 111
Binary 10101010 10101111 11001011 10000 1110 0 10100 11100111 11000 1001001

Color Harmonies of #AAAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFCB

Black with #AAAFCB

Text Example


Text Example

White with #AAAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFCB; }

 p { color: rgb(170,175,203); }

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

background-color css

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

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

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

border-color css

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

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

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