#9DB6CF

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

Shades of Echo Blue #9DB6CF

Tints of Echo Blue #9DB6CF

Color information

#9DB6CF (or 0x9DB6CF) is unknown color: approx Echo Blue. HEX triplet: 9D, B6 and CF. RGB value is (157,182,207). Sum of RGB (Red+Green+Blue) = 157+182+207=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6CF is #624930. Grayscale: #B1B1B1. Windows color (decimal): -6441265 or 13612701. OLE color: 13612701.

HSL color Cylindrical-coordinate representation of color #9DB6CF: hue angle of 210º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB6CF is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157182207-
CMYK0.240.1200.19
HSL210º34.25%71.37%-
HSV(B)210º24.15%81.18%-
XYZ41.945.1365.53-
YUV177.38144.72113.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=28.75%
G=33.33%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571822070.240.1200.1921034.2571.37
Hex9DB6CF18C013d22247
Octal235266317301402332242107
Binary100111011011011011001111110001100010011110100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,207); }

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

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

 a { background-color: rgb(157,182,207); }

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

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

 span { border-color: rgb(157,182,207); }

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