Html Css Color HEX #AAB9CF Echo Blue

📋 copy color: '#AAB9CF'

red 170 ◦ green 185 ◦ blue 207

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

Shades of Echo Blue #AAB9CF

Tints of Echo Blue #AAB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.92%

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 30.25%
G = 32.92%
B = 36.83%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB9CF (or 0xAAB9CF) is known color: Echo Blue. HEX triplet: AA, B9 and CF. RGB value is (170,185,207). Sum of RGB (Red+Green+Blue) = 170+185+207=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CF is #554630. Grayscale: #B6B6B6. Windows color (decimal): -5588529 or 13613482. OLE color: 13613482.

HSL color Cylindrical-coordinate representation of color #AAB9CF: hue angle of 215.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB9CF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 185 207 -
CMYK 0.18 0.11 0 0.19
HSL 215.68º 0.28% 0.74% -
HSV(B) 215.68º 0.18% 0.81% -
XYZ 45.19 47.75 65.87 -
YUV 183.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 170 185 207 0.18 0.11 0 0.19 215.68 0.28 0.74
Hex AA B9 CF 12 B 0 13 D8 1C 4A
Octal 252 271 317 22 13 0 23 330 34 112
Binary 10101010 10111001 11001111 10010 1011 0 10011 11011000 11100 1001010

Color Harmonies of #AAB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9CF

Black with #AAB9CF

Text Example


Text Example

White with #AAB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9CF; }

 p { color: rgb(170,185,207); }

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

background-color css

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

 a { background-color: rgb(170,185,207); }

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

border-color css

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

 span { border-color: rgb(170,185,207); }

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