#9EBCD9

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

Shades of Light Steel Blue #9EBCD9

Tints of Light Steel Blue #9EBCD9

Color information

#9EBCD9 (or 0x9EBCD9) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BC and D9. RGB value is (158,188,217). Sum of RGB (Red+Green+Blue) = 158+188+217=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #9EBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCD9 is #614326. Grayscale: #B6B6B6. Windows color (decimal): -6374183 or 14269598. OLE color: 14269598.

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

Color convert

RGB158188217-
CMYK0.270.1300.15
HSL209.49º43.7%73.53%-
HSV(B)209.49º27.19%85.1%-
XYZ44.6148.2572.61-
YUV182.34147.56110.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.06%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=28.06%
G=33.39%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581882170.270.1300.15209.4943.773.53
Hex9EBCD91BD0Fd12c4a
Octal236274331331501732154112
Binary10011110101111001101100111011110101111110100011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,217); }

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

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

 a { background-color: rgb(158,188,217); }

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

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

 span { border-color: rgb(158,188,217); }

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