#9DAFDC

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

Shades of Echo Blue #9DAFDC

Tints of Echo Blue #9DAFDC

Color information

#9DAFDC (or 0x9DAFDC) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and DC. RGB value is (157,175,220). Sum of RGB (Red+Green+Blue) = 157+175+220=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDC is #625023. Grayscale: #AEAEAE. Windows color (decimal): -6443044 or 14462877. OLE color: 14462877.

HSL color Cylindrical-coordinate representation of color #9DAFDC: hue angle of 222.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAFDC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157175220-
CMYK0.290.2000.14
HSL222.86º47.37%73.92%-
HSV(B)222.86º28.64%86.27%-
XYZ42.154373.79-
YUV174.75153.54115.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=28.44%
G=31.70%
B=39.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571752200.290.2000.14222.8647.3773.92
Hex9DAFDC1D140Edf2f4a
Octal235257334352401633757112
Binary100111011010111111011100111011010001110110111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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