#9BB2DB

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

Shades of Echo Blue #9BB2DB

Tints of Echo Blue #9BB2DB

Color information

#9BB2DB (or 0x9BB2DB) is unknown color: approx Echo Blue. HEX triplet: 9B, B2 and DB. RGB value is (155,178,219). Sum of RGB (Red+Green+Blue) = 155+178+219=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB2DB is #644D24. Grayscale: #AFAFAF. Windows color (decimal): -6573349 or 14398107. OLE color: 14398107.

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

Color convert

RGB155178219-
CMYK0.290.1900.14
HSL218.44º47.06%73.33%-
HSV(B)218.44º29.22%85.88%-
XYZ42.2243.9273.27-
YUV175.8152.38113.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=28.08%
G=32.25%
B=39.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551782190.290.1900.14218.4447.0673.33
Hex9BB2DB1D130Eda2f49
Octal233262333352301633257111
Binary100110111011001011011011111011001101110110110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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