Html Css Color HEX #AAB1CF Echo Blue

📋 copy color: '#AAB1CF'

red 170 ◦ green 177 ◦ blue 207

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

Shades of Echo Blue #AAB1CF

Tints of Echo Blue #AAB1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

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

R = 30.69%
G = 31.95%
B = 37.36%

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

#AAB1CF (or 0xAAB1CF) is known color: Echo Blue. HEX triplet: AA, B1 and CF. RGB value is (170,177,207). Sum of RGB (Red+Green+Blue) = 170+177+207=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1CF is #554E30. Grayscale: #B2B2B2. Windows color (decimal): -5590577 or 13611434. OLE color: 13611434.

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

Color convert

RGB 170 177 207 -
CMYK 0.18 0.14 0 0.19
HSL 228.65º 0.28% 0.74% -
HSV(B) 228.65º 0.18% 0.81% -
XYZ 43.56 44.5 65.32 -
YUV 178.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 170 177 207 0.18 0.14 0 0.19 228.65 0.28 0.74
Hex AA B1 CF 12 E 0 13 E5 1C 4A
Octal 252 261 317 22 16 0 23 345 34 112
Binary 10101010 10110001 11001111 10010 1110 0 10011 11100101 11100 1001010

Color Harmonies of #AAB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1CF

Black with #AAB1CF

Text Example


Text Example

White with #AAB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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