Html Css Color HEX #9DAEDC Echo Blue

📋 copy color: '#9DAEDC'

red 157 ◦ green 174 ◦ blue 220

#9DAEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9DAEDC

Tints of Echo Blue #9DAEDC

RGB

 RED value IS 157 (61.72% from 255) = 28.49%

 GREEN value IS 174 (68.36% from 255) = 31.58%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 28.49%
G = 31.58%
B = 39.93%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DAEDC (or 0x9DAEDC) is known color: Echo Blue. HEX triplet: 9D, AE and DC. RGB value is (157,174,220). Sum of RGB (Red+Green+Blue) = 157+174+220=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEDC is #625123. Grayscale: #ADADAD. Windows color (decimal): -6443300 or 14462621. OLE color: 14462621.

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

Color convert

RGB 157 174 220 -
CMYK 0.29 0.21 0 0.14
HSL 223.81º 0.47% 0.74% -
HSV(B) 223.81º 0.29% 0.86% -
XYZ 41.96 42.61 73.72 -
YUV 174.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 157 174 220 0.29 0.21 0 0.14 223.81 0.47 0.74
Hex 9D AE DC 1D 15 0 E E0 2F 4A
Octal 235 256 334 35 25 0 16 340 57 112
Binary 10011101 10101110 11011100 11101 10101 0 1110 11100000 101111 1001010

Color Harmonies of #9DAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEDC

Black with #9DAEDC

Text Example


Text Example

White with #9DAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAEDC;
 }
 .AnyTagClassName
 {
   color: #9DAEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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