#9DAFDD

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

Shades of Echo Blue #9DAFDD

Tints of Echo Blue #9DAFDD

Color information

#9DAFDD (or 0x9DAFDD) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and DD. RGB value is (157,175,221). Sum of RGB (Red+Green+Blue) = 157+175+221=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDD is #625022. Grayscale: #AEAEAE. Windows color (decimal): -6443043 or 14528413. OLE color: 14528413.

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

Color convert

RGB157175221-
CMYK0.290.2100.13
HSL223.12º48.48%74.12%-
HSV(B)223.12º28.96%86.67%-
XYZ42.2943.0574.49-
YUV174.86154.04115.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=28.39%
G=31.65%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571752210.290.2100.13223.1248.4874.12
Hex9DAFDD1D150Ddf304a
Octal235257335352501533760112
Binary100111011010111111011101111011010101101110111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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