#9DAFDE

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

Shades of Echo Blue #9DAFDE

Tints of Echo Blue #9DAFDE

Color information

#9DAFDE (or 0x9DAFDE) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and DE. RGB value is (157,175,222). Sum of RGB (Red+Green+Blue) = 157+175+222=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDE is #625021. Grayscale: #AEAEAE. Windows color (decimal): -6443042 or 14593949. OLE color: 14593949.

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

Color convert

RGB157175222-
CMYK0.290.2100.13
HSL223.38º49.62%74.31%-
HSV(B)223.38º29.28%87.06%-
XYZ42.4243.175.19-
YUV174.98154.54115.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.34%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=28.34%
G=31.59%
B=40.07%

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
Decimal1571752220.290.2100.13223.3849.6274.31
Hex9DAFDE1D150Ddf324a
Octal235257336352501533762112
Binary100111011010111111011110111011010101101110111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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