#9FBEDE

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

Shades of Light Steel Blue #9FBEDE

Tints of Light Steel Blue #9FBEDE

Color information

#9FBEDE (or 0x9FBEDE) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BE and DE. RGB value is (159,190,222). Sum of RGB (Red+Green+Blue) = 159+190+222=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FBEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEDE is #604121. Grayscale: #B8B8B8. Windows color (decimal): -6308130 or 14597791. OLE color: 14597791.

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

Color convert

RGB159190222-
CMYK0.280.1400.13
HSL210.48º48.84%74.71%-
HSV(B)210.48º28.38%87.06%-
XYZ45.949.4776.24-
YUV184.38149.23109.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=27.85%
G=33.27%
B=38.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591902220.280.1400.13210.4848.8474.71
Hex9FBEDE1CE0Dd2314b
Octal237276336341601532261113
Binary10011111101111101101111011100111001101110100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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