Html Css Color HEX #9BAADB Echo Blue

📋 copy color: '#9BAADB'

red 155 ◦ green 170 ◦ blue 219

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

Shades of Echo Blue #9BAADB

Tints of Echo Blue #9BAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 28.49%
G = 31.25%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BAADB (or 0x9BAADB) is known color: Echo Blue. HEX triplet: 9B, AA and DB. RGB value is (155,170,219). Sum of RGB (Red+Green+Blue) = 155+170+219=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADB is #645524. Grayscale: #AAAAAA. Windows color (decimal): -6575397 or 14396059. OLE color: 14396059.

HSL color Cylindrical-coordinate representation of color #9BAADB: hue angle of 225.94º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BAADB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 170 219 -
CMYK 0.29 0.22 0 0.14
HSL 225.94º 0.47% 0.73% -
HSV(B) 225.94º 0.29% 0.86% -
XYZ 40.68 40.83 72.76 -
YUV 171.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 155 170 219 0.29 0.22 0 0.14 225.94 0.47 0.73
Hex 9B AA DB 1D 16 0 E E2 2F 49
Octal 233 252 333 35 26 0 16 342 57 111
Binary 10011011 10101010 11011011 11101 10110 0 1110 11100010 101111 1001001

Color Harmonies of #9BAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAADB

Black with #9BAADB

Text Example


Text Example

White with #9BAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,219); }

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

background-color css

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

 a { background-color: rgb(155,170,219); }

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

border-color css

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

 span { border-color: rgb(155,170,219); }

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