#9AA5CF

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

Shades of Echo Blue #9AA5CF

Tints of Echo Blue #9AA5CF

Color information

#9AA5CF (or 0x9AA5CF) is unknown color: approx Echo Blue. HEX triplet: 9A, A5 and CF. RGB value is (154,165,207). Sum of RGB (Red+Green+Blue) = 154+165+207=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5CF is #655A30. Grayscale: #A6A6A6. Windows color (decimal): -6642225 or 13608346. OLE color: 13608346.

HSL color Cylindrical-coordinate representation of color #9AA5CF: hue angle of 227.55º 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 #9AA5CF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154165207-
CMYK0.260.2000.19
HSL227.55º35.57%70.78%-
HSV(B)227.55º25.6%81.18%-
XYZ38.0438.2964.42-
YUV166.5150.86119.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=29.28%
G=31.37%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541652070.260.2000.19227.5535.5770.78
Hex9AA5CF1A14013e42447
Octal232245317322402334444107
Binary1001101010100101110011111101010100010011111001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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