Html Css Color HEX #ABADD6 Echo Blue

📋 copy color: '#ABADD6'

red 171 ◦ green 173 ◦ blue 214

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

Shades of Echo Blue #ABADD6

Tints of Echo Blue #ABADD6

RGB

 RED value IS 171 (67.19% from 255) = 30.65%

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

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

R = 30.65%
G = 31%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABADD6 (or 0xABADD6) is known color: Echo Blue. HEX triplet: AB, AD and D6. RGB value is (171,173,214). Sum of RGB (Red+Green+Blue) = 171+173+214=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADD6 is #545229. Grayscale: #B0B0B0. Windows color (decimal): -5526058 or 14069163. OLE color: 14069163.

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

Color convert

RGB 171 173 214 -
CMYK 0.20 0.19 0 0.16
HSL 237.21º 0.34% 0.75% -
HSV(B) 237.21º 0.2% 0.84% -
XYZ 43.88 43.4 69.68 -
YUV 177.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 171 173 214 0.20 0.19 0 0.16 237.21 0.34 0.75
Hex AB AD D6 14 13 0 10 ED 22 4B
Octal 253 255 326 24 23 0 20 355 42 113
Binary 10101011 10101101 11010110 10100 10011 0 10000 11101101 100010 1001011

Color Harmonies of #ABADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADD6

Black with #ABADD6

Text Example


Text Example

White with #ABADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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