Html Css Color HEX #A8ADBF Echo Blue

📋 copy color: '#A8ADBF'

red 168 ◦ green 173 ◦ blue 191

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

Shades of Echo Blue #A8ADBF

Tints of Echo Blue #A8ADBF

RGB

 RED value IS 168 (66.02% from 255) = 31.58%

 GREEN value IS 173 (67.97% from 255) = 32.52%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 31.58%
G = 32.52%
B = 35.9%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8ADBF (or 0xA8ADBF) is known color: Echo Blue. HEX triplet: A8, AD and BF. RGB value is (168,173,191). Sum of RGB (Red+Green+Blue) = 168+173+191=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADBF is #575240. Grayscale: #ADADAD. Windows color (decimal): -5722689 or 12561832. OLE color: 12561832.

HSL color Cylindrical-coordinate representation of color #A8ADBF: hue angle of 226.96º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8ADBF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 173 191 -
CMYK 0.12 0.09 0 0.25
HSL 226.96º 0.15% 0.7% -
HSV(B) 226.96º 0.12% 0.75% -
XYZ 40.5 41.97 55.26 -
YUV 173.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 168 173 191 0.12 0.09 0 0.25 226.96 0.15 0.7
Hex A8 AD BF C 9 0 19 E3 F 46
Octal 250 255 277 14 11 0 31 343 17 106
Binary 10101000 10101101 10111111 1100 1001 0 11001 11100011 1111 1000110

Color Harmonies of #A8ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADBF

Black with #A8ADBF

Text Example


Text Example

White with #A8ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADBF; }

 p { color: rgb(168,173,191); }

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

background-color css

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

 a { background-color: rgb(168,173,191); }

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

border-color css

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

 span { border-color: rgb(168,173,191); }

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