Html Css Color HEX #AAB7CB Echo Blue

📋 copy color: '#AAB7CB'

red 170 ◦ green 183 ◦ blue 203

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

Shades of Echo Blue #AAB7CB

Tints of Echo Blue #AAB7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 30.58%
G = 32.91%
B = 36.51%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB7CB (or 0xAAB7CB) is known color: Echo Blue. HEX triplet: AA, B7 and CB. RGB value is (170,183,203). Sum of RGB (Red+Green+Blue) = 170+183+203=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CB is #554834. Grayscale: #B5B5B5. Windows color (decimal): -5589045 or 13350826. OLE color: 13350826.

HSL color Cylindrical-coordinate representation of color #AAB7CB: hue angle of 216.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB7CB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 183 203 -
CMYK 0.16 0.10 0 0.20
HSL 216.36º 0.24% 0.73% -
HSV(B) 216.36º 0.16% 0.8% -
XYZ 44.29 46.72 63.18 -
YUV 181.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 170 183 203 0.16 0.10 0 0.20 216.36 0.24 0.73
Hex AA B7 CB 10 A 0 14 D8 18 49
Octal 252 267 313 20 12 0 24 330 30 111
Binary 10101010 10110111 11001011 10000 1010 0 10100 11011000 11000 1001001

Color Harmonies of #AAB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7CB

Black with #AAB7CB

Text Example


Text Example

White with #AAB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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