#9AAFDE

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

Shades of Echo Blue #9AAFDE

Tints of Echo Blue #9AAFDE

Color information

#9AAFDE (or 0x9AAFDE) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and DE. RGB value is (154,175,222). Sum of RGB (Red+Green+Blue) = 154+175+222=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDE is #655021. Grayscale: #ADADAD. Windows color (decimal): -6639650 or 14593946. OLE color: 14593946.

HSL color Cylindrical-coordinate representation of color #9AAFDE: hue angle of 221.47º degrees, saturation: 0.51, 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 #9AAFDE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154175222-
CMYK0.310.2100.13
HSL221.47º50.75%73.73%-
HSV(B)221.47º30.63%87.06%-
XYZ41.8442.875.16-
YUV174.08155.04113.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=27.95%
G=31.76%
B=40.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541752220.310.2100.13221.4750.7573.73
Hex9AAFDE1F150Ddd334a
Octal232257336372501533563112
Binary100110101010111111011110111111010101101110111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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