#9EBEDD

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

Shades of Light Steel Blue #9EBEDD

Tints of Light Steel Blue #9EBEDD

Color information

#9EBEDD (or 0x9EBEDD) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BE and DD. RGB value is (158,190,221). Sum of RGB (Red+Green+Blue) = 158+190+221=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEDD is #614122. Grayscale: #B7B7B7. Windows color (decimal): -6373667 or 14532254. OLE color: 14532254.

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

Color convert

RGB158190221-
CMYK0.290.1400.13
HSL209.52º48.09%74.31%-
HSV(B)209.52º28.51%86.67%-
XYZ45.5749.3275.52-
YUV183.97148.9109.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=27.77%
G=33.39%
B=38.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581902210.290.1400.13209.5248.0974.31
Hex9EBEDD1DE0Dd2304a
Octal236276335351601532260112
Binary10011110101111101101110111101111001101110100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,221); }

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

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

 a { background-color: rgb(158,190,221); }

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

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

 span { border-color: rgb(158,190,221); }

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