Html Css Color HEX #A2B0D5 Echo Blue

📋 copy color: '#A2B0D5'

red 162 ◦ green 176 ◦ blue 213

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

Shades of Echo Blue #A2B0D5

Tints of Echo Blue #A2B0D5

RGB

 RED value IS 162 (63.67% from 255) = 29.4%

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 29.4%
G = 31.94%
B = 38.66%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A2B0D5 (or 0xA2B0D5) is known color: Echo Blue. HEX triplet: A2, B0 and D5. RGB value is (162,176,213). Sum of RGB (Red+Green+Blue) = 162+176+213=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2B0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0D5 is #5D4F2A. Grayscale: #AFAFAF. Windows color (decimal): -6115115 or 14004386. OLE color: 14004386.

HSL color Cylindrical-coordinate representation of color #A2B0D5: hue angle of 223.53º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2B0D5 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 176 213 -
CMYK 0.24 0.17 0 0.16
HSL 223.53º 0.38% 0.74% -
HSV(B) 223.53º 0.24% 0.84% -
XYZ 42.44 43.54 69.12 -
YUV 176.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 162 176 213 0.24 0.17 0 0.16 223.53 0.38 0.74
Hex A2 B0 D5 18 11 0 10 E0 26 4A
Octal 242 260 325 30 21 0 20 340 46 112
Binary 10100010 10110000 11010101 11000 10001 0 10000 11100000 100110 1001010

Color Harmonies of #A2B0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B0D5

Black with #A2B0D5

Text Example


Text Example

White with #A2B0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B0D5; }

 p { color: rgb(162,176,213); }

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

background-color css

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

 a { background-color: rgb(162,176,213); }

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

border-color css

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

 span { border-color: rgb(162,176,213); }

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