#9AAFDF

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

Shades of Echo Blue #9AAFDF

Tints of Echo Blue #9AAFDF

Color information

#9AAFDF (or 0x9AAFDF) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and DF. RGB value is (154,175,223). Sum of RGB (Red+Green+Blue) = 154+175+223=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDF is #655020. Grayscale: #ADADAD. Windows color (decimal): -6639649 or 14659482. OLE color: 14659482.

HSL color Cylindrical-coordinate representation of color #9AAFDF: hue angle of 221.74º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAFDF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154175223-
CMYK0.310.2200.13
HSL221.74º51.88%73.92%-
HSV(B)221.74º30.94%87.45%-
XYZ41.9842.8675.87-
YUV174.19155.54113.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=27.90%
G=31.70%
B=40.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541752230.310.2200.13221.7451.8873.92
Hex9AAFDF1F160Dde344a
Octal232257337372601533664112
Binary100110101010111111011111111111011001101110111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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