#9AACCB

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

Shades of Echo Blue #9AACCB

Tints of Echo Blue #9AACCB

Color information

#9AACCB (or 0x9AACCB) is unknown color: approx Echo Blue. HEX triplet: 9A, AC and CB. RGB value is (154,172,203). Sum of RGB (Red+Green+Blue) = 154+172+203=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACCB is #655334. Grayscale: #AAAAAA. Windows color (decimal): -6640437 or 13347994. OLE color: 13347994.

HSL color Cylindrical-coordinate representation of color #9AACCB: hue angle of 217.96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AACCB is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154172203-
CMYK0.240.1500.20
HSL217.96º32.03%70%-
HSV(B)217.96º24.14%79.61%-
XYZ38.8640.6962.31-
YUV170.15146.54116.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=29.11%
G=32.51%
B=38.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541722030.240.1500.20217.9632.0370
Hex9AACCB18F014da2046
Octal232254313301702433240106
Binary100110101010110011001011110001111010100110110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AACCB; }

 p { color: rgb(154,172,203); }

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

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

 a { background-color: rgb(154,172,203); }

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

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

 span { border-color: rgb(154,172,203); }

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