Html Css Color HEX #9FBFDD Light Steel Blue

📋 copy color: '#9FBFDD'

red 159 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #9FBFDD

Tints of Light Steel Blue #9FBFDD

RGB

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

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

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

R = 27.85%
G = 33.45%
B = 38.7%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBFDD (or 0x9FBFDD) is known color: Light Steel Blue. HEX triplet: 9F, BF and DD. RGB value is (159,191,221). Sum of RGB (Red+Green+Blue) = 159+191+221=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFDD is #604022. Grayscale: #B8B8B8. Windows color (decimal): -6307875 or 14532511. OLE color: 14532511.

HSL color Cylindrical-coordinate representation of color #9FBFDD: hue angle of 209.03º 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 #9FBFDD is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 191 221 -
CMYK 0.28 0.14 0 0.13
HSL 209.03º 0.48% 0.75% -
HSV(B) 209.03º 0.28% 0.87% -
XYZ 45.98 49.85 75.61 -
YUV 184.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 159 191 221 0.28 0.14 0 0.13 209.03 0.48 0.75
Hex 9F BF DD 1C E 0 D D1 30 4B
Octal 237 277 335 34 16 0 15 321 60 113
Binary 10011111 10111111 11011101 11100 1110 0 1101 11010001 110000 1001011

Color Harmonies of #9FBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFDD

Black with #9FBFDD

Text Example


Text Example

White with #9FBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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