#9DB2CC

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

Shades of Echo Blue #9DB2CC

Tints of Echo Blue #9DB2CC

Color information

#9DB2CC (or 0x9DB2CC) is unknown color: approx Echo Blue. HEX triplet: 9D, B2 and CC. RGB value is (157,178,204). Sum of RGB (Red+Green+Blue) = 157+178+204=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2CC is #624D33. Grayscale: #AEAEAE. Windows color (decimal): -6442292 or 13415069. OLE color: 13415069.

HSL color Cylindrical-coordinate representation of color #9DB2CC: hue angle of 213.19º degrees, saturation: 0.32, 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 #9DB2CC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157178204-
CMYK0.230.1300.2
HSL213.19º31.54%70.78%-
HSV(B)213.19º23.04%80%-
XYZ40.7243.3763.35-
YUV174.68144.54115.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=29.13%
G=33.02%
B=37.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571782040.230.1300.2213.1931.5470.78
Hex9DB2CC17D014d52047
Octal235262314271502432540107
Binary100111011011001011001100101111101010100110101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,204); }

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

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

 a { background-color: rgb(157,178,204); }

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

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

 span { border-color: rgb(157,178,204); }

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