Html Css Color HEX #9EBCDD Light Steel Blue

📋 copy color: '#9EBCDD'

red 158 ◦ green 188 ◦ blue 221

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

Shades of Light Steel Blue #9EBCDD

Tints of Light Steel Blue #9EBCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

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

R = 27.87%
G = 33.16%
B = 38.98%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EBCDD (or 0x9EBCDD) is known color: Light Steel Blue. HEX triplet: 9E, BC and DD. RGB value is (158,188,221). Sum of RGB (Red+Green+Blue) = 158+188+221=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCDD is #614322. Grayscale: #B6B6B6. Windows color (decimal): -6374179 or 14531742. OLE color: 14531742.

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

Color convert

RGB 158 188 221 -
CMYK 0.29 0.15 0 0.13
HSL 211.43º 0.48% 0.74% -
HSV(B) 211.43º 0.29% 0.87% -
XYZ 45.13 48.46 75.38 -
YUV 182.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 158 188 221 0.29 0.15 0 0.13 211.43 0.48 0.74
Hex 9E BC DD 1D F 0 D D3 30 4A
Octal 236 274 335 35 17 0 15 323 60 112
Binary 10011110 10111100 11011101 11101 1111 0 1101 11010011 110000 1001010

Color Harmonies of #9EBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBCDD

Black with #9EBCDD

Text Example


Text Example

White with #9EBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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