#9EBAD8

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

Shades of Light Steel Blue #9EBAD8

Tints of Light Steel Blue #9EBAD8

Color information

#9EBAD8 (or 0x9EBAD8) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BA and D8. RGB value is (158,186,216). Sum of RGB (Red+Green+Blue) = 158+186+216=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #9EBAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAD8 is #614527. Grayscale: #B4B4B4. Windows color (decimal): -6374696 or 14203550. OLE color: 14203550.

HSL color Cylindrical-coordinate representation of color #9EBAD8: hue angle of 211.03º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EBAD8 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158186216-
CMYK0.270.1400.15
HSL211.03º42.65%73.33%-
HSV(B)211.03º26.85%84.71%-
XYZ44.0547.3471.78-
YUV181.05147.72111.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=28.21%
G=33.21%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581862160.270.1400.15211.0342.6573.33
Hex9EBAD81BE0Fd32b49
Octal236272330331601732353111
Binary10011110101110101101100011011111001111110100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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