#9AA5CC

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

Shades of Echo Blue #9AA5CC

Tints of Echo Blue #9AA5CC

Color information

#9AA5CC (or 0x9AA5CC) is unknown color: approx Echo Blue. HEX triplet: 9A, A5 and CC. RGB value is (154,165,204). Sum of RGB (Red+Green+Blue) = 154+165+204=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5CC is #655A33. Grayscale: #A5A5A5. Windows color (decimal): -6642228 or 13411738. OLE color: 13411738.

HSL color Cylindrical-coordinate representation of color #9AA5CC: hue angle of 226.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA5CC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154165204-
CMYK0.250.1900.2
HSL226.8º32.89%70.2%-
HSV(B)226.8º24.51%80%-
XYZ37.6838.1462.5-
YUV166.16149.36119.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=29.45%
G=31.55%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541652040.250.1900.2226.832.8970.2
Hex9AA5CC1913014e32146
Octal232245314312302434341106
Binary1001101010100101110011001100110011010100111000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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