Html Css Color HEX #9EBBDB Light Steel Blue

📋 copy color: '#9EBBDB'

red 158 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #9EBBDB

Tints of Light Steel Blue #9EBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 28.01%
G = 33.16%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EBBDB (or 0x9EBBDB) is known color: Light Steel Blue. HEX triplet: 9E, BB and DB. RGB value is (158,187,219). Sum of RGB (Red+Green+Blue) = 158+187+219=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBDB is #614424. Grayscale: #B5B5B5. Windows color (decimal): -6374437 or 14400414. OLE color: 14400414.

HSL color Cylindrical-coordinate representation of color #9EBBDB: hue angle of 211.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBBDB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 187 219 -
CMYK 0.28 0.15 0 0.14
HSL 211.48º 0.46% 0.74% -
HSV(B) 211.48º 0.28% 0.86% -
XYZ 44.66 47.92 73.91 -
YUV 181.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 158 187 219 0.28 0.15 0 0.14 211.48 0.46 0.74
Hex 9E BB DB 1C F 0 E D3 2E 4A
Octal 236 273 333 34 17 0 16 323 56 112
Binary 10011110 10111011 11011011 11100 1111 0 1110 11010011 101110 1001010

Color Harmonies of #9EBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBDB

Black with #9EBBDB

Text Example


Text Example

White with #9EBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,219); }

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

background-color css

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

 a { background-color: rgb(158,187,219); }

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

border-color css

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

 span { border-color: rgb(158,187,219); }

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