#9EBEDF

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

Shades of Light Steel Blue #9EBEDF

Tints of Light Steel Blue #9EBEDF

Color information

#9EBEDF (or 0x9EBEDF) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BE and DF. RGB value is (158,190,223). Sum of RGB (Red+Green+Blue) = 158+190+223=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEDF is #614120. Grayscale: #B8B8B8. Windows color (decimal): -6373665 or 14663326. OLE color: 14663326.

HSL color Cylindrical-coordinate representation of color #9EBEDF: hue angle of 210.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBEDF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158190223-
CMYK0.290.1500.13
HSL210.46º50.39%74.71%-
HSV(B)210.46º29.15%87.45%-
XYZ45.8349.4276.94-
YUV184.19149.9109.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=27.67%
G=33.27%
B=39.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581902230.290.1500.13210.4650.3974.71
Hex9EBEDF1DF0Dd2324b
Octal236276337351701532262113
Binary10011110101111101101111111101111101101110100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,223); }

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

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

 a { background-color: rgb(158,190,223); }

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

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

 span { border-color: rgb(158,190,223); }

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