#9EBADA

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

Shades of Light Steel Blue #9EBADA

Tints of Light Steel Blue #9EBADA

Color information

#9EBADA (or 0x9EBADA) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BA and DA. RGB value is (158,186,218). Sum of RGB (Red+Green+Blue) = 158+186+218=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBADA is #614525. Grayscale: #B5B5B5. Windows color (decimal): -6374694 or 14334622. OLE color: 14334622.

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

Color convert

RGB158186218-
CMYK0.280.1500.15
HSL212º44.78%73.73%-
HSV(B)212º27.52%85.49%-
XYZ44.3147.4573.15-
YUV181.28148.72111.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=28.11%
G=33.10%
B=38.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581862180.280.1500.1521244.7873.73
Hex9EBADA1CF0Fd42d4a
Octal236272332341701732455112
Binary10011110101110101101101011100111101111110101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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