#9AAFCF

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

Shades of Echo Blue #9AAFCF

Tints of Echo Blue #9AAFCF

Color information

#9AAFCF (or 0x9AAFCF) is unknown color: approx Echo Blue. HEX triplet: 9A, AF and CF. RGB value is (154,175,207). Sum of RGB (Red+Green+Blue) = 154+175+207=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFCF is #655030. Grayscale: #ACACAC. Windows color (decimal): -6639665 or 13610906. OLE color: 13610906.

HSL color Cylindrical-coordinate representation of color #9AAFCF: hue angle of 216.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AAFCF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154175207-
CMYK0.260.1500.19
HSL216.23º35.57%70.78%-
HSV(B)216.23º25.6%81.18%-
XYZ39.9242.0365.04-
YUV172.37147.54114.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=28.73%
G=32.65%
B=38.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541752070.260.1500.19216.2335.5770.78
Hex9AAFCF1AF013d82447
Octal232257317321702333044107
Binary100110101010111111001111110101111010011110110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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