Html Css Color HEX #9EBCDC Light Steel Blue

📋 copy color: '#9EBCDC'

red 158 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #9EBCDC

Tints of Light Steel Blue #9EBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 27.92%
G = 33.22%
B = 38.87%

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

#9EBCDC (or 0x9EBCDC) is known color: Light Steel Blue. HEX triplet: 9E, BC and DC. RGB value is (158,188,220). Sum of RGB (Red+Green+Blue) = 158+188+220=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCDC is #614323. Grayscale: #B6B6B6. Windows color (decimal): -6374180 or 14466206. OLE color: 14466206.

HSL color Cylindrical-coordinate representation of color #9EBCDC: hue angle of 210.97º degrees, saturation: 0.47, 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 #9EBCDC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 188 220 -
CMYK 0.28 0.15 0 0.14
HSL 210.97º 0.47% 0.74% -
HSV(B) 210.97º 0.28% 0.86% -
XYZ 45 48.4 74.68 -
YUV 182.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 158 188 220 0.28 0.15 0 0.14 210.97 0.47 0.74
Hex 9E BC DC 1C F 0 E D3 2F 4A
Octal 236 274 334 34 17 0 16 323 57 112
Binary 10011110 10111100 11011100 11100 1111 0 1110 11010011 101111 1001010

Color Harmonies of #9EBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBCDC

Black with #9EBCDC

Text Example


Text Example

White with #9EBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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