Html Css Color HEX #AAB3D0 Echo Blue

📋 copy color: '#AAB3D0'

red 170 ◦ green 179 ◦ blue 208

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

Shades of Echo Blue #AAB3D0

Tints of Echo Blue #AAB3D0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.14%

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 30.52%
G = 32.14%
B = 37.34%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAB3D0 (or 0xAAB3D0) is known color: Echo Blue. HEX triplet: AA, B3 and D0. RGB value is (170,179,208). Sum of RGB (Red+Green+Blue) = 170+179+208=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAB3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3D0 is #554C2F. Grayscale: #B3B3B3. Windows color (decimal): -5590064 or 13677482. OLE color: 13677482.

HSL color Cylindrical-coordinate representation of color #AAB3D0: hue angle of 225.79º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB3D0 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 179 208 -
CMYK 0.18 0.14 0 0.18
HSL 225.79º 0.29% 0.74% -
HSV(B) 225.79º 0.18% 0.82% -
XYZ 44.08 45.34 66.1 -
YUV 179.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 170 179 208 0.18 0.14 0 0.18 225.79 0.29 0.74
Hex AA B3 D0 12 E 0 12 E2 1D 4A
Octal 252 263 320 22 16 0 22 342 35 112
Binary 10101010 10110011 11010000 10010 1110 0 10010 11100010 11101 1001010

Color Harmonies of #AAB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3D0

Black with #AAB3D0

Text Example


Text Example

White with #AAB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3D0; }

 p { color: rgb(170,179,208); }

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

background-color css

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

 a { background-color: rgb(170,179,208); }

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

border-color css

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

 span { border-color: rgb(170,179,208); }

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