Html Css Color HEX #9EBDDA Light Steel Blue

📋 copy color: '#9EBDDA'

red 158 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #9EBDDA

Tints of Light Steel Blue #9EBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.45%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 27.96%
G = 33.45%
B = 38.58%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9EBDDA (or 0x9EBDDA) is known color: Light Steel Blue. HEX triplet: 9E, BD and DA. RGB value is (158,189,218). Sum of RGB (Red+Green+Blue) = 158+189+218=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDA is #614225. Grayscale: #B6B6B6. Windows color (decimal): -6373926 or 14335390. OLE color: 14335390.

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

Color convert

RGB 158 189 218 -
CMYK 0.28 0.13 0 0.15
HSL 209º 0.45% 0.74% -
HSV(B) 209º 0.28% 0.85% -
XYZ 44.95 48.73 73.37 -
YUV 183.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 158 189 218 0.28 0.13 0 0.15 209 0.45 0.74
Hex 9E BD DA 1C D 0 F D1 2D 4A
Octal 236 275 332 34 15 0 17 321 55 112
Binary 10011110 10111101 11011010 11100 1101 0 1111 11010001 101101 1001010

Color Harmonies of #9EBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDDA

Black with #9EBDDA

Text Example


Text Example

White with #9EBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,218); }

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

background-color css

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

 a { background-color: rgb(158,189,218); }

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

border-color css

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

 span { border-color: rgb(158,189,218); }

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