#9EB9DA

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

Shades of Light Steel Blue #9EB9DA

Tints of Light Steel Blue #9EB9DA

Color information

#9EB9DA (or 0x9EB9DA) is unknown color: approx Light Steel Blue. HEX triplet: 9E, B9 and DA. RGB value is (158,185,218). Sum of RGB (Red+Green+Blue) = 158+185+218=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB9DA is #614625. Grayscale: #B4B4B4. Windows color (decimal): -6374950 or 14334366. OLE color: 14334366.

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

Color convert

RGB158185218-
CMYK0.280.1500.15
HSL213º44.78%73.73%-
HSV(B)213º27.52%85.49%-
XYZ44.147.0373.08-
YUV180.69149.05111.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=28.16%
G=32.98%
B=38.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581852180.280.1500.1521344.7873.73
Hex9EB9DA1CF0Fd52d4a
Octal236271332341701732555112
Binary10011110101110011101101011100111101111110101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,218); }

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

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

 a { background-color: rgb(158,185,218); }

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

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

 span { border-color: rgb(158,185,218); }

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