Html Css Color HEX #AAB7CF Echo Blue

📋 copy color: '#AAB7CF'

red 170 ◦ green 183 ◦ blue 207

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

Shades of Echo Blue #AAB7CF

Tints of Echo Blue #AAB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.68%

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

R = 30.36%
G = 32.68%
B = 36.96%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB7CF (or 0xAAB7CF) is known color: Echo Blue. HEX triplet: AA, B7 and CF. RGB value is (170,183,207). Sum of RGB (Red+Green+Blue) = 170+183+207=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CF is #554830. Grayscale: #B5B5B5. Windows color (decimal): -5589041 or 13612970. OLE color: 13612970.

HSL color Cylindrical-coordinate representation of color #AAB7CF: hue angle of 218.92º 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 #AAB7CF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 183 207 -
CMYK 0.18 0.12 0 0.19
HSL 218.92º 0.28% 0.74% -
HSV(B) 218.92º 0.18% 0.81% -
XYZ 44.77 46.92 65.73 -
YUV 181.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 170 183 207 0.18 0.12 0 0.19 218.92 0.28 0.74
Hex AA B7 CF 12 C 0 13 DB 1C 4A
Octal 252 267 317 22 14 0 23 333 34 112
Binary 10101010 10110111 11001111 10010 1100 0 10011 11011011 11100 1001010

Color Harmonies of #AAB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7CF

Black with #AAB7CF

Text Example


Text Example

White with #AAB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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