Html Css Color HEX #9EBFD9 Light Steel Blue

📋 copy color: '#9EBFD9'

red 158 ◦ green 191 ◦ blue 217

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

Shades of Light Steel Blue #9EBFD9

Tints of Light Steel Blue #9EBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 27.92%
G = 33.75%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9EBFD9 (or 0x9EBFD9) is known color: Light Steel Blue. HEX triplet: 9E, BF and D9. RGB value is (158,191,217). Sum of RGB (Red+Green+Blue) = 158+191+217=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #9EBFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFD9 is #614026. Grayscale: #B7B7B7. Windows color (decimal): -6373415 or 14270366. OLE color: 14270366.

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

Color convert

RGB 158 191 217 -
CMYK 0.27 0.12 0 0.15
HSL 206.44º 0.44% 0.74% -
HSV(B) 206.44º 0.27% 0.85% -
XYZ 45.26 49.54 72.82 -
YUV 184.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 158 191 217 0.27 0.12 0 0.15 206.44 0.44 0.74
Hex 9E BF D9 1B C 0 F CE 2C 4A
Octal 236 277 331 33 14 0 17 316 54 112
Binary 10011110 10111111 11011001 11011 1100 0 1111 11001110 101100 1001010

Color Harmonies of #9EBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBFD9

Black with #9EBFD9

Text Example


Text Example

White with #9EBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,217); }

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

background-color css

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

 a { background-color: rgb(158,191,217); }

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

border-color css

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

 span { border-color: rgb(158,191,217); }

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