#9DB9DB

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

Shades of Light Steel Blue #9DB9DB

Tints of Light Steel Blue #9DB9DB

Color information

#9DB9DB (or 0x9DB9DB) is unknown color: approx Light Steel Blue. HEX triplet: 9D, B9 and DB. RGB value is (157,185,219). Sum of RGB (Red+Green+Blue) = 157+185+219=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9DB is #624624. Grayscale: #B4B4B4. Windows color (decimal): -6440485 or 14399901. OLE color: 14399901.

HSL color Cylindrical-coordinate representation of color #9DB9DB: hue angle of 212.9º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB9DB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157185219-
CMYK0.280.1600.14
HSL212.9º46.27%73.73%-
HSV(B)212.9º28.31%85.88%-
XYZ44.0446.9873.76-
YUV180.5149.72111.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=27.99%
G=32.98%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571852190.280.1600.14212.946.2773.73
Hex9DB9DB1C100Ed52e4a
Octal235271333342001632556112
Binary100111011011100111011011111001000001110110101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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