#9DB3CB

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

Shades of Echo Blue #9DB3CB

Tints of Echo Blue #9DB3CB

Color information

#9DB3CB (or 0x9DB3CB) is unknown color: approx Echo Blue. HEX triplet: 9D, B3 and CB. RGB value is (157,179,203). Sum of RGB (Red+Green+Blue) = 157+179+203=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB3CB is #624C34. Grayscale: #AFAFAF. Windows color (decimal): -6442037 or 13349789. OLE color: 13349789.

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

Color convert

RGB157179203-
CMYK0.230.1200.20
HSL211.3º30.67%70.59%-
HSV(B)211.3º22.66%79.61%-
XYZ40.843.7262.79-
YUV175.16143.71115.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=29.13%
G=33.21%
B=37.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571792030.230.1200.20211.330.6770.59
Hex9DB3CB17C014d31f47
Octal235263313271402432337107
Binary10011101101100111100101110111110001010011010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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