Html Css Color HEX #9EBADD Light Steel Blue

📋 copy color: '#9EBADD'

red 158 ◦ green 186 ◦ blue 221

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

Shades of Light Steel Blue #9EBADD

Tints of Light Steel Blue #9EBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 27.96%
G = 32.92%
B = 39.12%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EBADD (or 0x9EBADD) is known color: Light Steel Blue. HEX triplet: 9E, BA and DD. RGB value is (158,186,221). Sum of RGB (Red+Green+Blue) = 158+186+221=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBADD is #614522. Grayscale: #B5B5B5. Windows color (decimal): -6374691 or 14531230. OLE color: 14531230.

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

Color convert

RGB 158 186 221 -
CMYK 0.29 0.16 0 0.13
HSL 213.33º 0.48% 0.74% -
HSV(B) 213.33º 0.29% 0.87% -
XYZ 44.71 47.61 75.24 -
YUV 181.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 158 186 221 0.29 0.16 0 0.13 213.33 0.48 0.74
Hex 9E BA DD 1D 10 0 D D5 30 4A
Octal 236 272 335 35 20 0 15 325 60 112
Binary 10011110 10111010 11011101 11101 10000 0 1101 11010101 110000 1001010

Color Harmonies of #9EBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBADD

Black with #9EBADD

Text Example


Text Example

White with #9EBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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