#9FC1DB

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

Shades of Light Steel Blue #9FC1DB

Tints of Light Steel Blue #9FC1DB

Color information

#9FC1DB (or 0x9FC1DB) is unknown color: approx Light Steel Blue. HEX triplet: 9F, C1 and DB. RGB value is (159,193,219). Sum of RGB (Red+Green+Blue) = 159+193+219=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1DB is #603E24. Grayscale: #B9B9B9. Windows color (decimal): -6307365 or 14401951. OLE color: 14401951.

HSL color Cylindrical-coordinate representation of color #9FC1DB: hue angle of 206º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FC1DB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159193219-
CMYK0.270.1200.14
HSL206º45.45%74.12%-
HSV(B)206º27.4%85.88%-
XYZ46.1550.6374.36-
YUV185.8146.74108.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=27.85%
G=33.80%
B=38.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591932190.270.1200.1420645.4574.12
Hex9FC1DB1BC0Ece2d4a
Octal237301333331401631655112
Binary10011111110000011101101111011110001110110011101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,219); }

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

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

 a { background-color: rgb(159,193,219); }

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

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

 span { border-color: rgb(159,193,219); }

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