#9BB9DB

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

Shades of Light Steel Blue #9BB9DB

Tints of Light Steel Blue #9BB9DB

Color information

#9BB9DB (or 0x9BB9DB) is unknown color: approx Light Steel Blue. HEX triplet: 9B, B9 and DB. RGB value is (155,185,219). Sum of RGB (Red+Green+Blue) = 155+185+219=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9DB is #644624. Grayscale: #B3B3B3. Windows color (decimal): -6571557 or 14399899. OLE color: 14399899.

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

Color convert

RGB155185219-
CMYK0.290.1600.14
HSL211.88º47.06%73.33%-
HSV(B)211.88º29.22%85.88%-
XYZ43.6546.7873.75-
YUV179.91150.06110.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=27.73%
G=33.09%
B=39.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551852190.290.1600.14211.8847.0673.33
Hex9BB9DB1D100Ed42f49
Octal233271333352001632457111
Binary100110111011100111011011111011000001110110101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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