Html Css Color HEX #9FBBDD Light Steel Blue

📋 copy color: '#9FBBDD'

red 159 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #9FBBDD

Tints of Light Steel Blue #9FBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 28.04%
G = 32.98%
B = 38.98%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBBDD (or 0x9FBBDD) is known color: Light Steel Blue. HEX triplet: 9F, BB and DD. RGB value is (159,187,221). Sum of RGB (Red+Green+Blue) = 159+187+221=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDD is #604422. Grayscale: #B6B6B6. Windows color (decimal): -6308899 or 14531487. OLE color: 14531487.

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

Color convert

RGB 159 187 221 -
CMYK 0.28 0.15 0 0.13
HSL 212.9º 0.48% 0.75% -
HSV(B) 212.9º 0.28% 0.87% -
XYZ 45.12 48.13 75.32 -
YUV 182.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 159 187 221 0.28 0.15 0 0.13 212.9 0.48 0.75
Hex 9F BB DD 1C F 0 D D5 30 4B
Octal 237 273 335 34 17 0 15 325 60 113
Binary 10011111 10111011 11011101 11100 1111 0 1101 11010101 110000 1001011

Color Harmonies of #9FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBDD

Black with #9FBBDD

Text Example


Text Example

White with #9FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,221); }

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

background-color css

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

 a { background-color: rgb(159,187,221); }

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

border-color css

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

 span { border-color: rgb(159,187,221); }

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