Html Css Color HEX #9FB9D6 Light Steel Blue

📋 copy color: '#9FB9D6'

red 159 ◦ green 185 ◦ blue 214

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

Shades of Light Steel Blue #9FB9D6

Tints of Light Steel Blue #9FB9D6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

 BLUE value IS 214 (83.98% from 255) = 38.35%

R = 28.49%
G = 33.15%
B = 38.35%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9FB9D6 (or 0x9FB9D6) is known color: Light Steel Blue. HEX triplet: 9F, B9 and D6. RGB value is (159,185,214). Sum of RGB (Red+Green+Blue) = 159+185+214=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FB9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9D6 is #604629. Grayscale: #B4B4B4. Windows color (decimal): -6309418 or 14072223. OLE color: 14072223.

HSL color Cylindrical-coordinate representation of color #9FB9D6: hue angle of 211.64º degrees, saturation: 0.4, 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 #9FB9D6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 185 214 -
CMYK 0.26 0.14 0 0.16
HSL 211.64º 0.4% 0.73% -
HSV(B) 211.64º 0.26% 0.84% -
XYZ 43.78 46.92 70.37 -
YUV 180.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 159 185 214 0.26 0.14 0 0.16 211.64 0.4 0.73
Hex 9F B9 D6 1A E 0 10 D4 28 49
Octal 237 271 326 32 16 0 20 324 50 111
Binary 10011111 10111001 11010110 11010 1110 0 10000 11010100 101000 1001001

Color Harmonies of #9FB9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB9D6

Black with #9FB9D6

Text Example


Text Example

White with #9FB9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,214); }

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

background-color css

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

 a { background-color: rgb(159,185,214); }

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

border-color css

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

 span { border-color: rgb(159,185,214); }

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