Html Css Color HEX #9BABDB Echo Blue

📋 copy color: '#9BABDB'

red 155 ◦ green 171 ◦ blue 219

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

Shades of Echo Blue #9BABDB

Tints of Echo Blue #9BABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.38%

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

R = 28.44%
G = 31.38%
B = 40.18%

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

#9BABDB (or 0x9BABDB) is known color: Echo Blue. HEX triplet: 9B, AB and DB. RGB value is (155,171,219). Sum of RGB (Red+Green+Blue) = 155+171+219=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABDB is #645424. Grayscale: #ABABAB. Windows color (decimal): -6575141 or 14396315. OLE color: 14396315.

HSL color Cylindrical-coordinate representation of color #9BABDB: hue angle of 225º 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 #9BABDB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 171 219 -
CMYK 0.29 0.22 0 0.14
HSL 225º 0.47% 0.73% -
HSV(B) 225º 0.29% 0.86% -
XYZ 40.87 41.21 72.82 -
YUV 171.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 155 171 219 0.29 0.22 0 0.14 225 0.47 0.73
Hex 9B AB DB 1D 16 0 E E1 2F 49
Octal 233 253 333 35 26 0 16 341 57 111
Binary 10011011 10101011 11011011 11101 10110 0 1110 11100001 101111 1001001

Color Harmonies of #9BABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABDB

Black with #9BABDB

Text Example


Text Example

White with #9BABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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