#9FC2DC

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

Shades of Light Steel Blue #9FC2DC

Tints of Light Steel Blue #9FC2DC

Color information

#9FC2DC (or 0x9FC2DC) is unknown color: approx Light Steel Blue. HEX triplet: 9F, C2 and DC. RGB value is (159,194,220). Sum of RGB (Red+Green+Blue) = 159+194+220=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2DC is #603D23. Grayscale: #BABABA. Windows color (decimal): -6307108 or 14467743. OLE color: 14467743.

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

Color convert

RGB159194220-
CMYK0.280.1200.14
HSL205.57º46.56%74.31%-
HSV(B)205.57º27.73%86.27%-
XYZ46.5151.1275.13-
YUV186.5146.9108.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=27.75%
G=33.86%
B=38.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591942200.280.1200.14205.5746.5674.31
Hex9FC2DC1CC0Ece2f4a
Octal237302334341401631657112
Binary10011111110000101101110011100110001110110011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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