#9EBADC

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

Shades of Light Steel Blue #9EBADC

Tints of Light Steel Blue #9EBADC

Color information

#9EBADC (or 0x9EBADC) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BA and DC. RGB value is (158,186,220). Sum of RGB (Red+Green+Blue) = 158+186+220=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBADC is #614523. Grayscale: #B5B5B5. Windows color (decimal): -6374692 or 14465694. OLE color: 14465694.

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

Color convert

RGB158186220-
CMYK0.280.1500.14
HSL212.9º46.97%74.12%-
HSV(B)212.9º28.18%86.27%-
XYZ44.5847.5574.54-
YUV181.5149.72111.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=28.01%
G=32.98%
B=39.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581862200.280.1500.14212.946.9774.12
Hex9EBADC1CF0Ed52f4a
Octal236272334341701632557112
Binary10011110101110101101110011100111101110110101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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