Html Css Color HEX #9FBFDC Light Steel Blue

📋 copy color: '#9FBFDC'

red 159 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #9FBFDC

Tints of Light Steel Blue #9FBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 27.89%
G = 33.51%
B = 38.6%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FBFDC (or 0x9FBFDC) is known color: Light Steel Blue. HEX triplet: 9F, BF and DC. RGB value is (159,191,220). Sum of RGB (Red+Green+Blue) = 159+191+220=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFDC is #604023. Grayscale: #B8B8B8. Windows color (decimal): -6307876 or 14466975. OLE color: 14466975.

HSL color Cylindrical-coordinate representation of color #9FBFDC: hue angle of 208.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBFDC is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 191 220 -
CMYK 0.28 0.13 0 0.14
HSL 208.52º 0.47% 0.74% -
HSV(B) 208.52º 0.28% 0.86% -
XYZ 45.85 49.8 74.91 -
YUV 184.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 159 191 220 0.28 0.13 0 0.14 208.52 0.47 0.74
Hex 9F BF DC 1C D 0 E D1 2F 4A
Octal 237 277 334 34 15 0 16 321 57 112
Binary 10011111 10111111 11011100 11100 1101 0 1110 11010001 101111 1001010

Color Harmonies of #9FBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFDC

Black with #9FBFDC

Text Example


Text Example

White with #9FBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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