#9EBCDE

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

Shades of Light Steel Blue #9EBCDE

Tints of Light Steel Blue #9EBCDE

Color information

#9EBCDE (or 0x9EBCDE) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BC and DE. RGB value is (158,188,222). Sum of RGB (Red+Green+Blue) = 158+188+222=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCDE is #614321. Grayscale: #B6B6B6. Windows color (decimal): -6374178 or 14597278. OLE color: 14597278.

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

Color convert

RGB158188222-
CMYK0.290.1500.13
HSL211.88º49.23%74.51%-
HSV(B)211.88º28.83%87.06%-
XYZ45.2748.5176.08-
YUV182.91150.06110.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=27.82%
G=33.10%
B=39.08%

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
Decimal1581882220.290.1500.13211.8849.2374.51
Hex9EBCDE1DF0Dd4314b
Octal236274336351701532461113
Binary10011110101111001101111011101111101101110101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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