#9FBED7

Color #9FBED7 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9FBED7

Tints of Light Steel Blue #9FBED7

Color information

#9FBED7 (or 0x9FBED7) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BE and D7. RGB value is (159,190,215). Sum of RGB (Red+Green+Blue) = 159+190+215=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #9FBED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBED7 is #604128. Grayscale: #B7B7B7. Windows color (decimal): -6308137 or 14139039. OLE color: 14139039.

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

Color convert

RGB159190215-
CMYK0.260.1200.16
HSL206.79º41.18%73.33%-
HSV(B)206.79º26.05%84.31%-
XYZ44.9849.171.4-
YUV183.58145.73110.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=28.19%
G=33.69%
B=38.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591902150.260.1200.16206.7941.1873.33
Hex9FBED71AC010cf2949
Octal237276327321402031751111
Binary100111111011111011010111110101100010000110011111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBED7;
 }
 .AnyTagClassName
 {
   color: #9FBED7;
 }
</style>
background-color css

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

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

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

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

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

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