Html Css Color HEX #9EBBDD Light Steel Blue

📋 copy color: '#9EBBDD'

red 158 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #9EBBDD

Tints of Light Steel Blue #9EBBDD

RGB

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

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

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

R = 27.92%
G = 33.04%
B = 39.05%

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

#9EBBDD (or 0x9EBBDD) is known color: Light Steel Blue. HEX triplet: 9E, BB and DD. RGB value is (158,187,221). Sum of RGB (Red+Green+Blue) = 158+187+221=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBDD is #614422. Grayscale: #B6B6B6. Windows color (decimal): -6374435 or 14531486. OLE color: 14531486.

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

Color convert

RGB 158 187 221 -
CMYK 0.29 0.15 0 0.13
HSL 212.38º 0.48% 0.74% -
HSV(B) 212.38º 0.29% 0.87% -
XYZ 44.92 48.03 75.31 -
YUV 182.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 158 187 221 0.29 0.15 0 0.13 212.38 0.48 0.74
Hex 9E BB DD 1D F 0 D D4 30 4A
Octal 236 273 335 35 17 0 15 324 60 112
Binary 10011110 10111011 11011101 11101 1111 0 1101 11010100 110000 1001010

Color Harmonies of #9EBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBDD

Black with #9EBBDD

Text Example


Text Example

White with #9EBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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