#9DAACB

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

Shades of Echo Blue #9DAACB

Tints of Echo Blue #9DAACB

Color information

#9DAACB (or 0x9DAACB) is unknown color: approx Echo Blue. HEX triplet: 9D, AA and CB. RGB value is (157,170,203). Sum of RGB (Red+Green+Blue) = 157+170+203=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACB is #625534. Grayscale: #A9A9A9. Windows color (decimal): -6444341 or 13347485. OLE color: 13347485.

HSL color Cylindrical-coordinate representation of color #9DAACB: hue angle of 223.04º degrees, saturation: 0.31, 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 #9DAACB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157170203-
CMYK0.230.1600.20
HSL223.04º30.67%70.59%-
HSV(B)223.04º22.66%79.61%-
XYZ39.0640.2362.21-
YUV169.88146.69118.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=29.62%
G=32.08%
B=38.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571702030.230.1600.20223.0430.6770.59
Hex9DAACB1710014df1f47
Octal235252313272002433737107
Binary100111011010101011001011101111000001010011011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,203); }

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

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

 a { background-color: rgb(157,170,203); }

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

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

 span { border-color: rgb(157,170,203); }

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