#9AA8DE

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

Shades of Echo Blue #9AA8DE

Tints of Echo Blue #9AA8DE

Color information

#9AA8DE (or 0x9AA8DE) is unknown color: approx Echo Blue. HEX triplet: 9A, A8 and DE. RGB value is (154,168,222). Sum of RGB (Red+Green+Blue) = 154+168+222=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8DE is #655721. Grayscale: #A9A9A9. Windows color (decimal): -6641442 or 14592154. OLE color: 14592154.

HSL color Cylindrical-coordinate representation of color #9AA8DE: hue angle of 227.65º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA8DE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154168222-
CMYK0.310.2400.13
HSL227.65º50.75%73.73%-
HSV(B)227.65º30.63%87.06%-
XYZ40.5140.1574.72-
YUV169.97157.36116.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.31%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=28.31%
G=30.88%
B=40.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541682220.310.2400.13227.6550.7573.73
Hex9AA8DE1F180De4334a
Octal232250336373001534463112
Binary100110101010100011011110111111100001101111001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,222); }

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

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

 a { background-color: rgb(154,168,222); }

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

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

 span { border-color: rgb(154,168,222); }

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