#9EBDDE

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

Shades of Light Steel Blue #9EBDDE

Tints of Light Steel Blue #9EBDDE

Color information

#9EBDDE (or 0x9EBDDE) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BD and DE. RGB value is (158,189,222). Sum of RGB (Red+Green+Blue) = 158+189+222=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDE is #614221. Grayscale: #B7B7B7. Windows color (decimal): -6373922 or 14597534. OLE color: 14597534.

HSL color Cylindrical-coordinate representation of color #9EBDDE: hue angle of 210.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBDDE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158189222-
CMYK0.290.1500.13
HSL210.94º49.23%74.51%-
HSV(B)210.94º28.83%87.06%-
XYZ45.4848.9476.16-
YUV183.49149.73109.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=27.77%
G=33.22%
B=39.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581892220.290.1500.13210.9449.2374.51
Hex9EBDDE1DF0Dd3314b
Octal236275336351701532361113
Binary10011110101111011101111011101111101101110100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,222); }

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

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

 a { background-color: rgb(158,189,222); }

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

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

 span { border-color: rgb(158,189,222); }

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