Html Css Color HEX #9BACDB Echo Blue

📋 copy color: '#9BACDB'

red 155 ◦ green 172 ◦ blue 219

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

Shades of Echo Blue #9BACDB

Tints of Echo Blue #9BACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.5%

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

R = 28.39%
G = 31.5%
B = 40.11%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BACDB (or 0x9BACDB) is known color: Echo Blue. HEX triplet: 9B, AC and DB. RGB value is (155,172,219). Sum of RGB (Red+Green+Blue) = 155+172+219=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDB is #645324. Grayscale: #ACACAC. Windows color (decimal): -6574885 or 14396571. OLE color: 14396571.

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

Color convert

RGB 155 172 219 -
CMYK 0.29 0.21 0 0.14
HSL 224.06º 0.47% 0.73% -
HSV(B) 224.06º 0.29% 0.86% -
XYZ 41.06 41.59 72.88 -
YUV 172.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 155 172 219 0.29 0.21 0 0.14 224.06 0.47 0.73
Hex 9B AC DB 1D 15 0 E E0 2F 49
Octal 233 254 333 35 25 0 16 340 57 111
Binary 10011011 10101100 11011011 11101 10101 0 1110 11100000 101111 1001001

Color Harmonies of #9BACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACDB

Black with #9BACDB

Text Example


Text Example

White with #9BACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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