Html Css Color HEX #9EBADF Light Steel Blue

📋 copy color: '#9EBADF'

red 158 ◦ green 186 ◦ blue 223

#9EBADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #9EBADF

Tints of Light Steel Blue #9EBADF

RGB

 RED value IS 158 (62.11% from 255) = 27.87%

 GREEN value IS 186 (73.05% from 255) = 32.8%

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 27.87%
G = 32.8%
B = 39.33%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EBADF (or 0x9EBADF) is known color: Light Steel Blue. HEX triplet: 9E, BA and DF. RGB value is (158,186,223). Sum of RGB (Red+Green+Blue) = 158+186+223=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBADF is #614520. Grayscale: #B5B5B5. Windows color (decimal): -6374689 or 14662302. OLE color: 14662302.

HSL color Cylindrical-coordinate representation of color #9EBADF: hue angle of 214.15º 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 #9EBADF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 186 223 -
CMYK 0.29 0.17 0 0.13
HSL 214.15º 0.5% 0.75% -
HSV(B) 214.15º 0.29% 0.87% -
XYZ 44.98 47.71 76.65 -
YUV 181.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 158 186 223 0.29 0.17 0 0.13 214.15 0.5 0.75
Hex 9E BA DF 1D 11 0 D D6 32 4B
Octal 236 272 337 35 21 0 15 326 62 113
Binary 10011110 10111010 11011111 11101 10001 0 1101 11010110 110010 1001011

Color Harmonies of #9EBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBADF

Black with #9EBADF

Text Example


Text Example

White with #9EBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBADF;
 }
 .AnyTagClassName
 {
   color: #9EBADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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