#9EBDDD

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

Shades of Light Steel Blue #9EBDDD

Tints of Light Steel Blue #9EBDDD

Color information

#9EBDDD (or 0x9EBDDD) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BD and DD. RGB value is (158,189,221). Sum of RGB (Red+Green+Blue) = 158+189+221=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDD is #614222. Grayscale: #B7B7B7. Windows color (decimal): -6373923 or 14531998. OLE color: 14531998.

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

Color convert

RGB158189221-
CMYK0.290.1400.13
HSL210.48º48.09%74.31%-
HSV(B)210.48º28.51%86.67%-
XYZ45.3548.8875.45-
YUV183.38149.23109.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=27.82%
G=33.27%
B=38.91%

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
Decimal1581892210.290.1400.13210.4848.0974.31
Hex9EBDDD1DE0Dd2304a
Octal236275335351601532260112
Binary10011110101111011101110111101111001101110100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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