Html Css Color HEX #9FBDD7 Light Steel Blue

📋 copy color: '#9FBDD7'

red 159 ◦ green 189 ◦ blue 215

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

Shades of Light Steel Blue #9FBDD7

Tints of Light Steel Blue #9FBDD7

RGB

 RED value IS 159 (62.5% from 255) = 28.24%

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 28.24%
G = 33.57%
B = 38.19%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9FBDD7 (or 0x9FBDD7) is known color: Light Steel Blue. HEX triplet: 9F, BD and D7. RGB value is (159,189,215). Sum of RGB (Red+Green+Blue) = 159+189+215=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #9FBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDD7 is #604228. Grayscale: #B6B6B6. Windows color (decimal): -6308393 or 14138783. OLE color: 14138783.

HSL color Cylindrical-coordinate representation of color #9FBDD7: hue angle of 207.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBDD7 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 189 215 -
CMYK 0.26 0.12 0 0.16
HSL 207.86º 0.41% 0.73% -
HSV(B) 207.86º 0.26% 0.84% -
XYZ 44.76 48.67 71.33 -
YUV 182.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 159 189 215 0.26 0.12 0 0.16 207.86 0.41 0.73
Hex 9F BD D7 1A C 0 10 D0 29 49
Octal 237 275 327 32 14 0 20 320 51 111
Binary 10011111 10111101 11010111 11010 1100 0 10000 11010000 101001 1001001

Color Harmonies of #9FBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDD7

Black with #9FBDD7

Text Example


Text Example

White with #9FBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,215); }

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

background-color css

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

 a { background-color: rgb(159,189,215); }

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

border-color css

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

 span { border-color: rgb(159,189,215); }

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