#ABB7C7

Color #ABB7C7 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #ABB7C7

Tints of Echo Blue #ABB7C7

Color information

#ABB7C7 (or 0xABB7C7) is unknown color: approx Echo Blue. HEX triplet: AB, B7 and C7. RGB value is (171,183,199). Sum of RGB (Red+Green+Blue) = 171+183+199=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABB7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7C7 is #544838. Grayscale: #B5B5B5. Windows color (decimal): -5523513 or 13088683. OLE color: 13088683.

HSL color Cylindrical-coordinate representation of color #ABB7C7: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB7C7 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171183199-
CMYK0.140.0800.22
HSL214.29º20%72.55%-
HSV(B)214.29º14.07%78.04%-
XYZ44.0446.6560.72-
YUV181.24138.02120.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=30.92%
G=33.09%
B=35.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711831990.140.0800.22214.292072.55
HexABB7C7E8016d61449
Octal253267307161002632624111
Binary1010101110110111110001111110100001011011010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7C7; }

 p { color: rgb(171,183,199); }

 H1.HeaderClassName
 {
   color: #ABB7C7;
 }
 .AnyTagClassName
 {
   color: #ABB7C7;
 }
</style>
background-color css

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

 a { background-color: rgb(171,183,199); }

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

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

 span { border-color: rgb(171,183,199); }

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