Html Css Color HEX #ABB6C4 Echo Blue

📋 copy color: '#ABB6C4'

red 171 ◦ green 182 ◦ blue 196

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

Shades of Echo Blue #ABB6C4

Tints of Echo Blue #ABB6C4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.15%

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 31.15%
G = 33.15%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABB6C4 (or 0xABB6C4) is known color: Echo Blue. HEX triplet: AB, B6 and C4. RGB value is (171,182,196). Sum of RGB (Red+Green+Blue) = 171+182+196=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABB6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6C4 is #54493B. Grayscale: #B4B4B4. Windows color (decimal): -5523772 or 12891819. OLE color: 12891819.

HSL color Cylindrical-coordinate representation of color #ABB6C4: hue angle of 213.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABB6C4 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 182 196 -
CMYK 0.13 0.07 0 0.23
HSL 213.6º 0.17% 0.72% -
HSV(B) 213.6º 0.13% 0.77% -
XYZ 43.49 46.1 58.83 -
YUV 180.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 171 182 196 0.13 0.07 0 0.23 213.6 0.17 0.72
Hex AB B6 C4 D 7 0 17 D6 11 48
Octal 253 266 304 15 7 0 27 326 21 110
Binary 10101011 10110110 11000100 1101 111 0 10111 11010110 10001 1001000

Color Harmonies of #ABB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6C4

Black with #ABB6C4

Text Example


Text Example

White with #ABB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6C4; }

 p { color: rgb(171,182,196); }

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

background-color css

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

 a { background-color: rgb(171,182,196); }

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

border-color css

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

 span { border-color: rgb(171,182,196); }

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