Html Css Color HEX #AAACD2 Echo Blue

📋 copy color: '#AAACD2'

red 170 ◦ green 172 ◦ blue 210

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

Shades of Echo Blue #AAACD2

Tints of Echo Blue #AAACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 30.8%
G = 31.16%
B = 38.04%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAACD2 (or 0xAAACD2) is known color: Echo Blue. HEX triplet: AA, AC and D2. RGB value is (170,172,210). Sum of RGB (Red+Green+Blue) = 170+172+210=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD2 is #55532D. Grayscale: #AFAFAF. Windows color (decimal): -5591854 or 13806762. OLE color: 13806762.

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

Color convert

RGB 170 172 210 -
CMYK 0.19 0.18 0 0.18
HSL 237º 0.31% 0.75% -
HSV(B) 237º 0.19% 0.82% -
XYZ 42.96 42.7 66.95 -
YUV 175.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 170 172 210 0.19 0.18 0 0.18 237 0.31 0.75
Hex AA AC D2 13 12 0 12 ED 1F 4B
Octal 252 254 322 23 22 0 22 355 37 113
Binary 10101010 10101100 11010010 10011 10010 0 10010 11101101 11111 1001011

Color Harmonies of #AAACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACD2

Black with #AAACD2

Text Example


Text Example

White with #AAACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACD2; }

 p { color: rgb(170,172,210); }

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

background-color css

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

 a { background-color: rgb(170,172,210); }

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

border-color css

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

 span { border-color: rgb(170,172,210); }

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