#9DB5DF

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

Shades of Echo Blue #9DB5DF

Tints of Echo Blue #9DB5DF

Color information

#9DB5DF (or 0x9DB5DF) is unknown color: approx Echo Blue. HEX triplet: 9D, B5 and DF. RGB value is (157,181,223). Sum of RGB (Red+Green+Blue) = 157+181+223=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5DF is #624A20. Grayscale: #B2B2B2. Windows color (decimal): -6441505 or 14661021. OLE color: 14661021.

HSL color Cylindrical-coordinate representation of color #9DB5DF: hue angle of 218.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB5DF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157181223-
CMYK0.300.1900.13
HSL218.18º50.77%74.51%-
HSV(B)218.18º29.6%87.45%-
XYZ43.7545.5476.3-
YUV178.61153.05112.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=27.99%
G=32.26%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571812230.300.1900.13218.1850.7774.51
Hex9DB5DF1E130Dda334b
Octal235265337362301533263113
Binary100111011011010111011111111101001101101110110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,223); }

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

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

 a { background-color: rgb(157,181,223); }

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

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

 span { border-color: rgb(157,181,223); }

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