#9AAFCA

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

Shades of Echo Blue #9AAFCA

Tints of Echo Blue #9AAFCA

Color information

#9AAFCA (or 0x9AAFCA) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and CA. RGB value is (154,175,202). Sum of RGB (Red+Green+Blue) = 154+175+202=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFCA is #655035. Grayscale: #ABABAB. Windows color (decimal): -6639670 or 13283226. OLE color: 13283226.

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

Color convert

RGB154175202-
CMYK0.240.1300.21
HSL213.75º31.17%69.8%-
HSV(B)213.75º23.76%79.22%-
XYZ39.3241.7961.87-
YUV171.8145.04115.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=29.00%
G=32.96%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541752020.240.1300.21213.7531.1769.8
Hex9AAFCA18D015d61f46
Octal232257312301502532637106
Binary10011010101011111100101011000110101010111010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,202); }

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

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

 a { background-color: rgb(154,175,202); }

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

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

 span { border-color: rgb(154,175,202); }

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