Html Css Color HEX #A2B3CE Echo Blue

📋 copy color: '#A2B3CE'

red 162 ◦ green 179 ◦ blue 206

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

Shades of Echo Blue #A2B3CE

Tints of Echo Blue #A2B3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 29.62%
G = 32.72%
B = 37.66%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A2B3CE (or 0xA2B3CE) is known color: Echo Blue. HEX triplet: A2, B3 and CE. RGB value is (162,179,206). Sum of RGB (Red+Green+Blue) = 162+179+206=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3CE is #5D4C31. Grayscale: #B0B0B0. Windows color (decimal): -6114354 or 13546402. OLE color: 13546402.

HSL color Cylindrical-coordinate representation of color #A2B3CE: hue angle of 216.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B3CE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 179 206 -
CMYK 0.21 0.13 0 0.19
HSL 216.82º 0.31% 0.72% -
HSV(B) 216.82º 0.21% 0.81% -
XYZ 42.16 44.38 64.74 -
YUV 177 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 162 179 206 0.21 0.13 0 0.19 216.82 0.31 0.72
Hex A2 B3 CE 15 D 0 13 D9 1F 48
Octal 242 263 316 25 15 0 23 331 37 110
Binary 10100010 10110011 11001110 10101 1101 0 10011 11011001 11111 1001000

Color Harmonies of #A2B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B3CE

Black with #A2B3CE

Text Example


Text Example

White with #A2B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B3CE; }

 p { color: rgb(162,179,206); }

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

background-color css

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

 a { background-color: rgb(162,179,206); }

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

border-color css

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

 span { border-color: rgb(162,179,206); }

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