#9EBAD9

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

Shades of Light Steel Blue #9EBAD9

Tints of Light Steel Blue #9EBAD9

Color information

#9EBAD9 (or 0x9EBAD9) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BA and D9. RGB value is (158,186,217). Sum of RGB (Red+Green+Blue) = 158+186+217=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #9EBAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAD9 is #614526. Grayscale: #B5B5B5. Windows color (decimal): -6374695 or 14269086. OLE color: 14269086.

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

Color convert

RGB158186217-
CMYK0.270.1400.15
HSL211.53º43.7%73.53%-
HSV(B)211.53º27.19%85.1%-
XYZ44.1847.472.47-
YUV181.16148.22111.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=28.16%
G=33.16%
B=38.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581862170.270.1400.15211.5343.773.53
Hex9EBAD91BE0Fd42c4a
Octal236272331331601732454112
Binary10011110101110101101100111011111001111110101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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