#9BB6DB

Color #9BB6DB Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9BB6DB

Tints of Echo Blue #9BB6DB

Color information

#9BB6DB (or 0x9BB6DB) is unknown color: approx Echo Blue. HEX triplet: 9B, B6 and DB. RGB value is (155,182,219). Sum of RGB (Red+Green+Blue) = 155+182+219=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6DB is #644924. Grayscale: #B1B1B1. Windows color (decimal): -6572325 or 14399131. OLE color: 14399131.

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

Color convert

RGB155182219-
CMYK0.290.1700.14
HSL214.69º47.06%73.33%-
HSV(B)214.69º29.22%85.88%-
XYZ43.0345.5473.54-
YUV178.14151.05111.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=27.88%
G=32.73%
B=39.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551822190.290.1700.14214.6947.0673.33
Hex9BB6DB1D110Ed72f49
Octal233266333352101632757111
Binary100110111011011011011011111011000101110110101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BB6DB;
 }
 .AnyTagClassName
 {
   color: #9BB6DB;
 }
</style>
background-color css

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

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

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

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

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

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