#9DAFCC

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

Shades of Echo Blue #9DAFCC

Tints of Echo Blue #9DAFCC

Color information

#9DAFCC (or 0x9DAFCC) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and CC. RGB value is (157,175,204). Sum of RGB (Red+Green+Blue) = 157+175+204=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFCC is #625033. Grayscale: #ACACAC. Windows color (decimal): -6443060 or 13414301. OLE color: 13414301.

HSL color Cylindrical-coordinate representation of color #9DAFCC: hue angle of 217.02º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAFCC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157175204-
CMYK0.230.1400.2
HSL217.02º31.54%70.78%-
HSV(B)217.02º23.04%80%-
XYZ40.1342.1963.15-
YUV172.92145.54116.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=29.29%
G=32.65%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571752040.230.1400.2217.0231.5470.78
Hex9DAFCC17E014d92047
Octal235257314271602433140107
Binary100111011010111111001100101111110010100110110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,204); }

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

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

 a { background-color: rgb(157,175,204); }

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

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

 span { border-color: rgb(157,175,204); }

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