#9AAFCD

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

Shades of Echo Blue #9AAFCD

Tints of Echo Blue #9AAFCD

Color information

#9AAFCD (or 0x9AAFCD) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and CD. RGB value is (154,175,205). Sum of RGB (Red+Green+Blue) = 154+175+205=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFCD is #655032. Grayscale: #ACACAC. Windows color (decimal): -6639667 or 13479834. OLE color: 13479834.

HSL color Cylindrical-coordinate representation of color #9AAFCD: hue angle of 215.29º degrees, saturation: 0.34, 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 #9AAFCD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154175205-
CMYK0.250.1500.20
HSL215.29º33.77%70.39%-
HSV(B)215.29º24.88%80.39%-
XYZ39.6841.9463.76-
YUV172.14146.54115.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=28.84%
G=32.77%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541752050.250.1500.20215.2933.7770.39
Hex9AAFCD19F014d72246
Octal232257315311702432742106
Binary100110101010111111001101110011111010100110101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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