#9FBCDC

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

Shades of Light Steel Blue #9FBCDC

Tints of Light Steel Blue #9FBCDC

Color information

#9FBCDC (or 0x9FBCDC) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BC and DC. RGB value is (159,188,220). Sum of RGB (Red+Green+Blue) = 159+188+220=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCDC is #604323. Grayscale: #B6B6B6. Windows color (decimal): -6308644 or 14466207. OLE color: 14466207.

HSL color Cylindrical-coordinate representation of color #9FBCDC: hue angle of 211.48º degrees, saturation: 0.47, 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 #9FBCDC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159188220-
CMYK0.280.1500.14
HSL211.48º46.56%74.31%-
HSV(B)211.48º27.73%86.27%-
XYZ45.248.574.69-
YUV182.98148.89110.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.04%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=28.04%
G=33.16%
B=38.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591882200.280.1500.14211.4846.5674.31
Hex9FBCDC1CF0Ed32f4a
Octal237274334341701632357112
Binary10011111101111001101110011100111101110110100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,220); }

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

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

 a { background-color: rgb(159,188,220); }

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

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

 span { border-color: rgb(159,188,220); }

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