Html Css Color HEX #9BA9DC Echo Blue

📋 copy color: '#9BA9DC'

red 155 ◦ green 169 ◦ blue 220

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

Shades of Echo Blue #9BA9DC

Tints of Echo Blue #9BA9DC

RGB

 RED value IS 155 (60.94% from 255) = 28.49%

 GREEN value IS 169 (66.41% from 255) = 31.07%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 28.49%
G = 31.07%
B = 40.44%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BA9DC (or 0x9BA9DC) is known color: Echo Blue. HEX triplet: 9B, A9 and DC. RGB value is (155,169,220). Sum of RGB (Red+Green+Blue) = 155+169+220=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9DC is #645623. Grayscale: #AAAAAA. Windows color (decimal): -6575652 or 14461339. OLE color: 14461339.

HSL color Cylindrical-coordinate representation of color #9BA9DC: hue angle of 227.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA9DC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 169 220 -
CMYK 0.30 0.23 0 0.14
HSL 227.08º 0.48% 0.74% -
HSV(B) 227.08º 0.3% 0.86% -
XYZ 40.62 40.51 73.39 -
YUV 170.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 155 169 220 0.30 0.23 0 0.14 227.08 0.48 0.74
Hex 9B A9 DC 1E 17 0 E E3 30 4A
Octal 233 251 334 36 27 0 16 343 60 112
Binary 10011011 10101001 11011100 11110 10111 0 1110 11100011 110000 1001010

Color Harmonies of #9BA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA9DC

Black with #9BA9DC

Text Example


Text Example

White with #9BA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,220); }

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

background-color css

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

 a { background-color: rgb(155,169,220); }

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

border-color css

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

 span { border-color: rgb(155,169,220); }

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