Html Css Color HEX #ADB4D7 Echo Blue

📋 copy color: '#ADB4D7'

red 173 ◦ green 180 ◦ blue 215

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

Shades of Echo Blue #ADB4D7

Tints of Echo Blue #ADB4D7

RGB

 RED value IS 173 (67.97% from 255) = 30.46%

 GREEN value IS 180 (70.7% from 255) = 31.69%

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 30.46%
G = 31.69%
B = 37.85%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADB4D7 (or 0xADB4D7) is known color: Echo Blue. HEX triplet: AD, B4 and D7. RGB value is (173,180,215). Sum of RGB (Red+Green+Blue) = 173+180+215=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADB4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4D7 is #524B28. Grayscale: #B5B5B5. Windows color (decimal): -5393193 or 14136493. OLE color: 14136493.

HSL color Cylindrical-coordinate representation of color #ADB4D7: hue angle of 230º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB4D7 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 180 215 -
CMYK 0.20 0.16 0 0.16
HSL 230º 0.34% 0.76% -
HSV(B) 230º 0.2% 0.84% -
XYZ 45.82 46.43 70.84 -
YUV 181.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 173 180 215 0.20 0.16 0 0.16 230 0.34 0.76
Hex AD B4 D7 14 10 0 10 E6 22 4C
Octal 255 264 327 24 20 0 20 346 42 114
Binary 10101101 10110100 11010111 10100 10000 0 10000 11100110 100010 1001100

Color Harmonies of #ADB4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4D7

Black with #ADB4D7

Text Example


Text Example

White with #ADB4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4D7; }

 p { color: rgb(173,180,215); }

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

background-color css

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

 a { background-color: rgb(173,180,215); }

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

border-color css

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

 span { border-color: rgb(173,180,215); }

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