Html Css Color HEX #AAB8CD Echo Blue

📋 copy color: '#AAB8CD'

red 170 ◦ green 184 ◦ blue 205

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

Shades of Echo Blue #AAB8CD

Tints of Echo Blue #AAB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 30.41%
G = 32.92%
B = 36.67%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB8CD (or 0xAAB8CD) is known color: Echo Blue. HEX triplet: AA, B8 and CD. RGB value is (170,184,205). Sum of RGB (Red+Green+Blue) = 170+184+205=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CD is #554732. Grayscale: #B6B6B6. Windows color (decimal): -5588787 or 13482154. OLE color: 13482154.

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

Color convert

RGB 170 184 205 -
CMYK 0.17 0.10 0 0.20
HSL 216º 0.26% 0.74% -
HSV(B) 216º 0.17% 0.8% -
XYZ 44.74 47.23 64.52 -
YUV 182.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 170 184 205 0.17 0.10 0 0.20 216 0.26 0.74
Hex AA B8 CD 11 A 0 14 D8 1A 4A
Octal 252 270 315 21 12 0 24 330 32 112
Binary 10101010 10111000 11001101 10001 1010 0 10100 11011000 11010 1001010

Color Harmonies of #AAB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8CD

Black with #AAB8CD

Text Example


Text Example

White with #AAB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8CD; }

 p { color: rgb(170,184,205); }

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

background-color css

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

 a { background-color: rgb(170,184,205); }

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

border-color css

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

 span { border-color: rgb(170,184,205); }

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