#9BB5DB

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

Shades of Echo Blue #9BB5DB

Tints of Echo Blue #9BB5DB

Color information

#9BB5DB (or 0x9BB5DB) is unknown color: approx 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

RGB155181219-
CMYK0.290.1700.14
HSL215.62º47.06%73.33%-
HSV(B)215.62º29.22%85.88%-
XYZ42.8345.1373.47-
YUV177.56151.39111.91-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551812190.290.1700.14215.6247.0673.33
Hex9BB5DB1D110Ed82f49
Octal233265333352101633057111
Binary100110111011010111011011111011000101110110110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>