#9AAECF

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

Shades of Echo Blue #9AAECF

Tints of Echo Blue #9AAECF

Color information

#9AAECF (or 0x9AAECF) is unknown color: approx Echo Blue. HEX triplet: 9A, AE and CF. RGB value is (154,174,207). Sum of RGB (Red+Green+Blue) = 154+174+207=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAECF is #655130. Grayscale: #ABABAB. Windows color (decimal): -6639921 or 13610650. OLE color: 13610650.

HSL color Cylindrical-coordinate representation of color #9AAECF: hue angle of 217.36º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AAECF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154174207-
CMYK0.260.1600.19
HSL217.36º35.57%70.78%-
HSV(B)217.36º25.6%81.18%-
XYZ39.7241.6564.98-
YUV171.78147.87115.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=28.79%
G=32.52%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541742070.260.1600.19217.3635.5770.78
Hex9AAECF1A10013d92447
Octal232256317322002333144107
Binary1001101010101110110011111101010000010011110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,207); }

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

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

 a { background-color: rgb(154,174,207); }

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

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

 span { border-color: rgb(154,174,207); }

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