#9FB9D9

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

Shades of Light Steel Blue #9FB9D9

Tints of Light Steel Blue #9FB9D9

Color information

#9FB9D9 (or 0x9FB9D9) is unknown color: approx Light Steel Blue. HEX triplet: 9F, B9 and D9. RGB value is (159,185,217). Sum of RGB (Red+Green+Blue) = 159+185+217=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #9FB9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9D9 is #604626. Grayscale: #B4B4B4. Windows color (decimal): -6309415 or 14268831. OLE color: 14268831.

HSL color Cylindrical-coordinate representation of color #9FB9D9: hue angle of 213.1º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB9D9 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159185217-
CMYK0.270.1500.15
HSL213.1º43.28%73.73%-
HSV(B)213.1º26.73%85.1%-
XYZ44.1747.0872.4-
YUV180.87148.39112.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=28.34%
G=32.98%
B=38.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591852170.270.1500.15213.143.2873.73
Hex9FB9D91BF0Fd52b4a
Octal237271331331701732553112
Binary10011111101110011101100111011111101111110101011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,217); }

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

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

 a { background-color: rgb(159,185,217); }

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

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

 span { border-color: rgb(159,185,217); }

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