Html Css Color HEX #9DB2DD Echo Blue

📋 copy color: '#9DB2DD'

red 157 ◦ green 178 ◦ blue 221

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

Shades of Echo Blue #9DB2DD

Tints of Echo Blue #9DB2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 28.24%
G = 32.01%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DB2DD (or 0x9DB2DD) is known color: Echo Blue. HEX triplet: 9D, B2 and DD. RGB value is (157,178,221). Sum of RGB (Red+Green+Blue) = 157+178+221=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2DD is #624D22. Grayscale: #B0B0B0. Windows color (decimal): -6442275 or 14529181. OLE color: 14529181.

HSL color Cylindrical-coordinate representation of color #9DB2DD: hue angle of 220.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB2DD is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 178 221 -
CMYK 0.29 0.19 0 0.13
HSL 220.31º 0.48% 0.74% -
HSV(B) 220.31º 0.29% 0.87% -
XYZ 42.88 44.23 74.68 -
YUV 176.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 157 178 221 0.29 0.19 0 0.13 220.31 0.48 0.74
Hex 9D B2 DD 1D 13 0 D DC 30 4A
Octal 235 262 335 35 23 0 15 334 60 112
Binary 10011101 10110010 11011101 11101 10011 0 1101 11011100 110000 1001010

Color Harmonies of #9DB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB2DD

Black with #9DB2DD

Text Example


Text Example

White with #9DB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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