Html Css Color HEX #9BB1DB Echo Blue

📋 copy color: '#9BB1DB'

red 155 ◦ green 177 ◦ blue 219

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

Shades of Echo Blue #9BB1DB

Tints of Echo Blue #9BB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

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

R = 28.13%
G = 32.12%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB1DB (or 0x9BB1DB) is known color: Echo Blue. HEX triplet: 9B, B1 and DB. RGB value is (155,177,219). Sum of RGB (Red+Green+Blue) = 155+177+219=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1DB is #644E24. Grayscale: #AFAFAF. Windows color (decimal): -6573605 or 14397851. OLE color: 14397851.

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

Color convert

RGB 155 177 219 -
CMYK 0.29 0.19 0 0.14
HSL 219.38º 0.47% 0.73% -
HSV(B) 219.38º 0.29% 0.86% -
XYZ 42.03 43.53 73.2 -
YUV 175.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 155 177 219 0.29 0.19 0 0.14 219.38 0.47 0.73
Hex 9B B1 DB 1D 13 0 E DB 2F 49
Octal 233 261 333 35 23 0 16 333 57 111
Binary 10011011 10110001 11011011 11101 10011 0 1110 11011011 101111 1001001

Color Harmonies of #9BB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB1DB

Black with #9BB1DB

Text Example


Text Example

White with #9BB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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