#9EBDDA

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

Shades of Light Steel Blue #9EBDDA

Tints of Light Steel Blue #9EBDDA

Color information

#9EBDDA (or 0x9EBDDA) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BD and DA. RGB value is (158,189,218). Sum of RGB (Red+Green+Blue) = 158+189+218=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDA is #614225. Grayscale: #B6B6B6. Windows color (decimal): -6373926 or 14335390. OLE color: 14335390.

HSL color Cylindrical-coordinate representation of color #9EBDDA: hue angle of 209º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBDDA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158189218-
CMYK0.280.1300.15
HSL209º44.78%73.73%-
HSV(B)209º27.52%85.49%-
XYZ44.9548.7373.37-
YUV183.04147.73110.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=27.96%
G=33.45%
B=38.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581892180.280.1300.1520944.7873.73
Hex9EBDDA1CD0Fd12d4a
Octal236275332341501732155112
Binary10011110101111011101101011100110101111110100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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