#9EBBDE

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

Shades of Light Steel Blue #9EBBDE

Tints of Light Steel Blue #9EBBDE

Color information

#9EBBDE (or 0x9EBBDE) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BB and DE. RGB value is (158,187,222). Sum of RGB (Red+Green+Blue) = 158+187+222=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBDE is #614421. Grayscale: #B6B6B6. Windows color (decimal): -6374434 or 14597022. OLE color: 14597022.

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

Color convert

RGB158187222-
CMYK0.290.1600.13
HSL212.81º49.23%74.51%-
HSV(B)212.81º28.83%87.06%-
XYZ45.0648.0876.01-
YUV182.32150.39110.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=27.87%
G=32.98%
B=39.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581872220.290.1600.13212.8149.2374.51
Hex9EBBDE1D100Dd5314b
Octal236273336352001532561113
Binary100111101011101111011110111011000001101110101011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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