#9DB4CF

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

Shades of Echo Blue #9DB4CF

Tints of Echo Blue #9DB4CF

Color information

#9DB4CF (or 0x9DB4CF) is unknown color: approx Echo Blue. HEX triplet: 9D, B4 and CF. RGB value is (157,180,207). Sum of RGB (Red+Green+Blue) = 157+180+207=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4CF is #624B30. Grayscale: #B0B0B0. Windows color (decimal): -6441777 or 13612189. OLE color: 13612189.

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

Color convert

RGB157180207-
CMYK0.240.1300.19
HSL212.4º34.25%71.37%-
HSV(B)212.4º24.15%81.18%-
XYZ41.4944.3265.4-
YUV176.2145.38114.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=28.86%
G=33.09%
B=38.05%

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
Decimal1571802070.240.1300.19212.434.2571.37
Hex9DB4CF18D013d42247
Octal235264317301502332442107
Binary100111011011010011001111110001101010011110101001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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