#9DB5CF

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

Shades of Echo Blue #9DB5CF

Tints of Echo Blue #9DB5CF

Color information

#9DB5CF (or 0x9DB5CF) is unknown color: approx Echo Blue. HEX triplet: 9D, B5 and CF. RGB value is (157,181,207). Sum of RGB (Red+Green+Blue) = 157+181+207=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5CF is #624A30. Grayscale: #B0B0B0. Windows color (decimal): -6441521 or 13612445. OLE color: 13612445.

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

Color convert

RGB157181207-
CMYK0.240.1300.19
HSL211.2º34.25%71.37%-
HSV(B)211.2º24.15%81.18%-
XYZ41.6944.7265.47-
YUV176.79145.05113.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=28.81%
G=33.21%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571812070.240.1300.19211.234.2571.37
Hex9DB5CF18D013d32247
Octal235265317301502332342107
Binary100111011011010111001111110001101010011110100111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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