Html Css Color HEX #AAB2CF Echo Blue

📋 copy color: '#AAB2CF'

red 170 ◦ green 178 ◦ blue 207

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

Shades of Echo Blue #AAB2CF

Tints of Echo Blue #AAB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

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

R = 30.63%
G = 32.07%
B = 37.3%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB2CF (or 0xAAB2CF) is known color: Echo Blue. HEX triplet: AA, B2 and CF. RGB value is (170,178,207). Sum of RGB (Red+Green+Blue) = 170+178+207=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CF is #554D30. Grayscale: #B2B2B2. Windows color (decimal): -5590321 or 13611690. OLE color: 13611690.

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

Color convert

RGB 170 178 207 -
CMYK 0.18 0.14 0 0.19
HSL 227.03º 0.28% 0.74% -
HSV(B) 227.03º 0.18% 0.81% -
XYZ 43.76 44.89 65.39 -
YUV 178.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 170 178 207 0.18 0.14 0 0.19 227.03 0.28 0.74
Hex AA B2 CF 12 E 0 13 E3 1C 4A
Octal 252 262 317 22 16 0 23 343 34 112
Binary 10101010 10110010 11001111 10010 1110 0 10011 11100011 11100 1001010

Color Harmonies of #AAB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2CF

Black with #AAB2CF

Text Example


Text Example

White with #AAB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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