Html Css Color HEX #ADB4D6 Echo Blue

📋 copy color: '#ADB4D6'

red 173 ◦ green 180 ◦ blue 214

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

Shades of Echo Blue #ADB4D6

Tints of Echo Blue #ADB4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.74%

R = 30.51%
G = 31.75%
B = 37.74%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADB4D6 (or 0xADB4D6) is known color: Echo Blue. HEX triplet: AD, B4 and D6. RGB value is (173,180,214). Sum of RGB (Red+Green+Blue) = 173+180+214=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADB4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4D6 is #524B29. Grayscale: #B5B5B5. Windows color (decimal): -5393194 or 14070957. OLE color: 14070957.

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

Color convert

RGB 173 180 214 -
CMYK 0.19 0.16 0 0.16
HSL 229.76º 0.33% 0.76% -
HSV(B) 229.76º 0.19% 0.84% -
XYZ 45.69 46.38 70.16 -
YUV 181.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 173 180 214 0.19 0.16 0 0.16 229.76 0.33 0.76
Hex AD B4 D6 13 10 0 10 E6 21 4C
Octal 255 264 326 23 20 0 20 346 41 114
Binary 10101101 10110100 11010110 10011 10000 0 10000 11100110 100001 1001100

Color Harmonies of #ADB4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4D6

Black with #ADB4D6

Text Example


Text Example

White with #ADB4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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