#9FC0DC

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

Shades of Light Steel Blue #9FC0DC

Tints of Light Steel Blue #9FC0DC

Color information

#9FC0DC (or 0x9FC0DC) is unknown color: approx Light Steel Blue. HEX triplet: 9F, C0 and DC. RGB value is (159,192,220). Sum of RGB (Red+Green+Blue) = 159+192+220=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0DC is #603F23. Grayscale: #B9B9B9. Windows color (decimal): -6307620 or 14467231. OLE color: 14467231.

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

Color convert

RGB159192220-
CMYK0.280.1300.14
HSL207.54º46.56%74.31%-
HSV(B)207.54º27.73%86.27%-
XYZ46.0750.2474.98-
YUV185.32147.57109.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=27.85%
G=33.63%
B=38.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591922200.280.1300.14207.5446.5674.31
Hex9FC0DC1CD0Ed02f4a
Octal237300334341501632057112
Binary10011111110000001101110011100110101110110100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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