#9BB8DB

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

Shades of Light Steel Blue #9BB8DB

Tints of Light Steel Blue #9BB8DB

Color information

#9BB8DB (or 0x9BB8DB) is unknown color: approx Light Steel Blue. HEX triplet: 9B, B8 and DB. RGB value is (155,184,219). Sum of RGB (Red+Green+Blue) = 155+184+219=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8DB is #644724. Grayscale: #B3B3B3. Windows color (decimal): -6571813 or 14399643. OLE color: 14399643.

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

Color convert

RGB155184219-
CMYK0.290.1600.14
HSL212.81º47.06%73.33%-
HSV(B)212.81º29.22%85.88%-
XYZ43.4446.3673.68-
YUV179.32150.39110.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=27.78%
G=32.97%
B=39.25%

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
Decimal1551842190.290.1600.14212.8147.0673.33
Hex9BB8DB1D100Ed52f49
Octal233270333352001632557111
Binary100110111011100011011011111011000001110110101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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