Html Css Color HEX #9DA5CC Echo Blue

📋 copy color: '#9DA5CC'

red 157 ◦ green 165 ◦ blue 204

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

Shades of Echo Blue #9DA5CC

Tints of Echo Blue #9DA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.37%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 29.85%
G = 31.37%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9DA5CC (or 0x9DA5CC) is known color: Echo Blue. HEX triplet: 9D, A5 and CC. RGB value is (157,165,204). Sum of RGB (Red+Green+Blue) = 157+165+204=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA5CC is #625A33. Grayscale: #A6A6A6. Windows color (decimal): -6445620 or 13411741. OLE color: 13411741.

HSL color Cylindrical-coordinate representation of color #9DA5CC: hue angle of 229.79º 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 #9DA5CC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 165 204 -
CMYK 0.23 0.19 0 0.2
HSL 229.79º 0.32% 0.71% -
HSV(B) 229.79º 0.23% 0.8% -
XYZ 38.26 38.44 62.53 -
YUV 167.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 157 165 204 0.23 0.19 0 0.2 229.79 0.32 0.71
Hex 9D A5 CC 17 13 0 14 E6 20 47
Octal 235 245 314 27 23 0 24 346 40 107
Binary 10011101 10100101 11001100 10111 10011 0 10100 11100110 100000 1000111

Color Harmonies of #9DA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA5CC

Black with #9DA5CC

Text Example


Text Example

White with #9DA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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