#9FBDDD

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

Shades of Light Steel Blue #9FBDDD

Tints of Light Steel Blue #9FBDDD

Color information

#9FBDDD (or 0x9FBDDD) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BD and DD. RGB value is (159,189,221). Sum of RGB (Red+Green+Blue) = 159+189+221=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDD is #604222. Grayscale: #B7B7B7. Windows color (decimal): -6308387 or 14531999. OLE color: 14531999.

HSL color Cylindrical-coordinate representation of color #9FBDDD: hue angle of 210.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBDDD is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159189221-
CMYK0.280.1400.13
HSL210.97º47.69%74.51%-
HSV(B)210.97º28.05%86.67%-
XYZ45.5548.9975.46-
YUV183.68149.06110.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=27.94%
G=33.22%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591892210.280.1400.13210.9747.6974.51
Hex9FBDDD1CE0Dd3304b
Octal237275335341601532360113
Binary10011111101111011101110111100111001101110100111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,221); }

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

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

 a { background-color: rgb(159,189,221); }

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

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

 span { border-color: rgb(159,189,221); }

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