#9FBAD8

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

Shades of Light Steel Blue #9FBAD8

Tints of Light Steel Blue #9FBAD8

Color information

#9FBAD8 (or 0x9FBAD8) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BA and D8. RGB value is (159,186,216). Sum of RGB (Red+Green+Blue) = 159+186+216=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FBAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAD8 is #604527. Grayscale: #B5B5B5. Windows color (decimal): -6309160 or 14203551. OLE color: 14203551.

HSL color Cylindrical-coordinate representation of color #9FBAD8: hue angle of 211.58º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBAD8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159186216-
CMYK0.260.1400.15
HSL211.58º42.22%73.53%-
HSV(B)211.58º26.39%84.71%-
XYZ44.2547.4571.79-
YUV181.35147.55112.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=28.34%
G=33.16%
B=38.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591862160.260.1400.15211.5842.2273.53
Hex9FBAD81AE0Fd42a4a
Octal237272330321601732452112
Binary10011111101110101101100011010111001111110101001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,216); }

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

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

 a { background-color: rgb(159,186,216); }

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

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

 span { border-color: rgb(159,186,216); }

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