Html Css Color HEX #9BB5DB Echo Blue

📋 copy color: '#9BB5DB'

red 155 ◦ green 181 ◦ blue 219

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

Shades of Echo Blue #9BB5DB

Tints of Echo Blue #9BB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.61%

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

R = 27.93%
G = 32.61%
B = 39.46%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB5DB (or 0x9BB5DB) is known color: Echo Blue. HEX triplet: 9B, B5 and DB. RGB value is (155,181,219). Sum of RGB (Red+Green+Blue) = 155+181+219=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5DB is #644A24. Grayscale: #B1B1B1. Windows color (decimal): -6572581 or 14398875. OLE color: 14398875.

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

Color convert

RGB 155 181 219 -
CMYK 0.29 0.17 0 0.14
HSL 215.63º 0.47% 0.73% -
HSV(B) 215.63º 0.29% 0.86% -
XYZ 42.83 45.13 73.47 -
YUV 177.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 155 181 219 0.29 0.17 0 0.14 215.63 0.47 0.73
Hex 9B B5 DB 1D 11 0 E D8 2F 49
Octal 233 265 333 35 21 0 16 330 57 111
Binary 10011011 10110101 11011011 11101 10001 0 1110 11011000 101111 1001001

Color Harmonies of #9BB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5DB

Black with #9BB5DB

Text Example


Text Example

White with #9BB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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