Html Css Color HEX #AAB6CF Echo Blue

📋 copy color: '#AAB6CF'

red 170 ◦ green 182 ◦ blue 207

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

Shades of Echo Blue #AAB6CF

Tints of Echo Blue #AAB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

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

R = 30.41%
G = 32.56%
B = 37.03%

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

#AAB6CF (or 0xAAB6CF) is known color: Echo Blue. HEX triplet: AA, B6 and CF. RGB value is (170,182,207). Sum of RGB (Red+Green+Blue) = 170+182+207=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CF is #554930. Grayscale: #B5B5B5. Windows color (decimal): -5589297 or 13612714. OLE color: 13612714.

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

Color convert

RGB 170 182 207 -
CMYK 0.18 0.12 0 0.19
HSL 220.54º 0.28% 0.74% -
HSV(B) 220.54º 0.18% 0.81% -
XYZ 44.57 46.51 65.66 -
YUV 181.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 170 182 207 0.18 0.12 0 0.19 220.54 0.28 0.74
Hex AA B6 CF 12 C 0 13 DD 1C 4A
Octal 252 266 317 22 14 0 23 335 34 112
Binary 10101010 10110110 11001111 10010 1100 0 10011 11011101 11100 1001010

Color Harmonies of #AAB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6CF

Black with #AAB6CF

Text Example


Text Example

White with #AAB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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