Html Css Color HEX #9DB2DF Echo Blue

📋 copy color: '#9DB2DF'

red 157 ◦ green 178 ◦ blue 223

#9DB2DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9DB2DF

Tints of Echo Blue #9DB2DF

RGB

 RED value IS 157 (61.72% from 255) = 28.14%

 GREEN value IS 178 (69.92% from 255) = 31.9%

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 28.14%
G = 31.9%
B = 39.96%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DB2DF (or 0x9DB2DF) is known color: Echo Blue. HEX triplet: 9D, B2 and DF. RGB value is (157,178,223). Sum of RGB (Red+Green+Blue) = 157+178+223=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2DF is #624D20. Grayscale: #B0B0B0. Windows color (decimal): -6442273 or 14660253. OLE color: 14660253.

HSL color Cylindrical-coordinate representation of color #9DB2DF: hue angle of 220.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB2DF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 178 223 -
CMYK 0.30 0.20 0 0.13
HSL 220.91º 0.51% 0.75% -
HSV(B) 220.91º 0.3% 0.87% -
XYZ 43.14 44.34 76.1 -
YUV 176.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 157 178 223 0.30 0.20 0 0.13 220.91 0.51 0.75
Hex 9D B2 DF 1E 14 0 D DD 33 4B
Octal 235 262 337 36 24 0 15 335 63 113
Binary 10011101 10110010 11011111 11110 10100 0 1101 11011101 110011 1001011

Color Harmonies of #9DB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB2DF

Black with #9DB2DF

Text Example


Text Example

White with #9DB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB2DF;
 }
 .AnyTagClassName
 {
   color: #9DB2DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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