#9AA5CB

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

Shades of Echo Blue #9AA5CB

Tints of Echo Blue #9AA5CB

Color information

#9AA5CB (or 0x9AA5CB) is unknown color: approx Echo Blue. HEX triplet: 9A, A5 and CB. RGB value is (154,165,203). Sum of RGB (Red+Green+Blue) = 154+165+203=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AA5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5CB is #655A34. Grayscale: #A5A5A5. Windows color (decimal): -6642229 or 13346202. OLE color: 13346202.

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

Color convert

RGB154165203-
CMYK0.240.1900.20
HSL226.53º32.03%70%-
HSV(B)226.53º24.14%79.61%-
XYZ37.5638.0961.87-
YUV166.04148.86119.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=29.50%
G=31.61%
B=38.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541652030.240.1900.20226.5332.0370
Hex9AA5CB1813014e32046
Octal232245313302302434340106
Binary1001101010100101110010111100010011010100111000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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