Html Css Color HEX #9DB5DF Echo Blue

📋 copy color: '#9DB5DF'

red 157 ◦ green 181 ◦ blue 223

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

Shades of Echo Blue #9DB5DF

Tints of Echo Blue #9DB5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.26%

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

R = 27.99%
G = 32.26%
B = 39.75%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DB5DF (or 0x9DB5DF) is known color: Echo Blue. HEX triplet: 9D, B5 and DF. RGB value is (157,181,223). Sum of RGB (Red+Green+Blue) = 157+181+223=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5DF is #624A20. Grayscale: #B2B2B2. Windows color (decimal): -6441505 or 14661021. OLE color: 14661021.

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

Color convert

RGB 157 181 223 -
CMYK 0.30 0.19 0 0.13
HSL 218.18º 0.51% 0.75% -
HSV(B) 218.18º 0.3% 0.87% -
XYZ 43.75 45.54 76.3 -
YUV 178.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 157 181 223 0.30 0.19 0 0.13 218.18 0.51 0.75
Hex 9D B5 DF 1E 13 0 D DA 33 4B
Octal 235 265 337 36 23 0 15 332 63 113
Binary 10011101 10110101 11011111 11110 10011 0 1101 11011010 110011 1001011

Color Harmonies of #9DB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5DF

Black with #9DB5DF

Text Example


Text Example

White with #9DB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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