Html Css Color HEX #AAB5CB Echo Blue

📋 copy color: '#AAB5CB'

red 170 ◦ green 181 ◦ blue 203

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

Shades of Echo Blue #AAB5CB

Tints of Echo Blue #AAB5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

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

R = 30.69%
G = 32.67%
B = 36.64%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB5CB (or 0xAAB5CB) is known color: Echo Blue. HEX triplet: AA, B5 and CB. RGB value is (170,181,203). Sum of RGB (Red+Green+Blue) = 170+181+203=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CB is #554A34. Grayscale: #B4B4B4. Windows color (decimal): -5589557 or 13350314. OLE color: 13350314.

HSL color Cylindrical-coordinate representation of color #AAB5CB: hue angle of 220º 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 #AAB5CB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 181 203 -
CMYK 0.16 0.11 0 0.20
HSL 220º 0.24% 0.73% -
HSV(B) 220º 0.16% 0.8% -
XYZ 43.88 45.91 63.05 -
YUV 180.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 170 181 203 0.16 0.11 0 0.20 220 0.24 0.73
Hex AA B5 CB 10 B 0 14 DC 18 49
Octal 252 265 313 20 13 0 24 334 30 111
Binary 10101010 10110101 11001011 10000 1011 0 10100 11011100 11000 1001001

Color Harmonies of #AAB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5CB

Black with #AAB5CB

Text Example


Text Example

White with #AAB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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