Html Css Color HEX #AAAFD0 Echo Blue

📋 copy color: '#AAAFD0'

red 170 ◦ green 175 ◦ blue 208

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

Shades of Echo Blue #AAAFD0

Tints of Echo Blue #AAAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 30.74%
G = 31.65%
B = 37.61%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAAFD0 (or 0xAAAFD0) is known color: Echo Blue. HEX triplet: AA, AF and D0. RGB value is (170,175,208). Sum of RGB (Red+Green+Blue) = 170+175+208=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFD0 is #55502F. Grayscale: #B1B1B1. Windows color (decimal): -5591088 or 13676458. OLE color: 13676458.

HSL color Cylindrical-coordinate representation of color #AAAFD0: hue angle of 232.11º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAFD0 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 175 208 -
CMYK 0.18 0.16 0 0.18
HSL 232.11º 0.29% 0.74% -
HSV(B) 232.11º 0.18% 0.82% -
XYZ 43.29 43.76 65.84 -
YUV 177.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 170 175 208 0.18 0.16 0 0.18 232.11 0.29 0.74
Hex AA AF D0 12 10 0 12 E8 1D 4A
Octal 252 257 320 22 20 0 22 350 35 112
Binary 10101010 10101111 11010000 10010 10000 0 10010 11101000 11101 1001010

Color Harmonies of #AAAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFD0

Black with #AAAFD0

Text Example


Text Example

White with #AAAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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